summarylogtreecommitdiffstats
path: root/akari.install
diff options
context:
space:
mode:
authorDeon Spengler2017-05-02 11:56:47 +0200
committerDeon Spengler2017-05-02 11:56:47 +0200
commit9b83cfb8a1fdaac4dd18259323c2911eaf0d639d (patch)
treec89776b8f509869259e9c38ac77963270e966f1d /akari.install
parent558e231e9c1dd9cc87ab56138e4978a49d65e781 (diff)
downloadaur-9b83cfb8a1fdaac4dd18259323c2911eaf0d639d.tar.gz
updated echo statement to use /usr/bin/ccs-init
Diffstat (limited to 'akari.install')
-rw-r--r--akari.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/akari.install b/akari.install
index e75a3aa138e7..2aac07e4a416 100644
--- a/akari.install
+++ b/akari.install
@@ -1,7 +1,7 @@
post_install() {
EXTRAMODULES='extramodules-4.10-ARCH'
depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
- echo "In order to use akari module append \"init=/sbin/ccs-init\""
+ echo "In order to use akari module append \"init=/usr/bin/ccs-init\""
echo "to the kernel boot options and reboot the system to activate"
}