summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulioJu2016-05-29 19:51:43 +0200
committerJulioJu2016-05-29 19:51:43 +0200
commitdf75e3fa6e6fd7a6d70c17f418462f9a9266501f (patch)
tree05526eed0f75616d24078e70d0a1ae7d186173c8
parentbc4357348975dfb63f3c6d3f9955bd5b9ecaa9f6 (diff)
downloadaur-df75e3fa6e6fd7a6d70c17f418462f9a9266501f.tar.gz
Correct bugs install
-rw-r--r--PKGBUILD2
-rw-r--r--marionnet-trunk.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8009ab8cad1e..25dc93b8d423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -233,7 +233,7 @@ EOF
optipng -quiet -fix ${pkgdir}/usr/share/marionnet/images/ico.cable-serial-left-right.large.png
chmod u+x "${srcdir}/marionnet_from_scratch-Downloader"
- mv "${srcdir}/marionnet_from_scratch-Downloader" "${pkgdir}/usr/share/marionnet"
+ cp -L "${srcdir}/marionnet_from_scratch-Downloader" "${pkgdir}/usr/share/marionnet"
echo -e "0\ntrunk" > "${pkgdir}/usr/share/marionnet/numberOfStepsPassedForDownloadMarionnetFilesystems.tmp"
}
diff --git a/marionnet-trunk.install b/marionnet-trunk.install
index b56838766c9d..1424b366a800 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 ./numberOfStepsPassedForDownloadMarionnetFilesystems.tmp
-./numberOfStepsPassedForDownloadMarionnetFilesystems.tmp -m trunk --prefix /usr/share/marionnet
+chmod u+x ./marionnet_from_scratch-Downloader
+./marionnet_from_scratch-Downloader -m trunk --prefix /usr/share/marionnet