summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulioJu2016-05-29 20:56:43 +0200
committerJulioJu2016-05-29 20:56:43 +0200
commit76dbd07f88edc9d7354aef6e2cc25bf353cba94c (patch)
tree4cb207a373b6f6ffd0e06b0a16c56387af823a2b
parentdf75e3fa6e6fd7a6d70c17f418462f9a9266501f (diff)
downloadaur-76dbd07f88edc9d7354aef6e2cc25bf353cba94c.tar.gz
Correct bugs install
-rw-r--r--marionnet-trunk.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/marionnet-trunk.install b/marionnet-trunk.install
index 1424b366a800..b5e15e1b93a0 100644
--- a/marionnet-trunk.install
+++ b/marionnet-trunk.install
@@ -180,8 +180,8 @@ echo -e "\n* Downloading script marionnet_from_scratch : "
echo "* Downlading and installing Marionnet kernels and filesystems (Linux \
distributions Debian Lenny, Mandriva, Pinocchio, etc.)"
echo -e "* Warning! this process may take several hours!"
-chmod u+x ./marionnet_from_scratch-Downloader
-./marionnet_from_scratch-Downloader -m trunk --prefix /usr/share/marionnet
+chmod u+x /usr/share/marionnet/marionnet_from_scratch-Downloader
+/usr/share/marionnet/marionnet_from_scratch-Downloader -m trunk --prefix /usr/share/marionnet