summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulioJu2016-05-29 19:52:23 +0200
committerJulioJu2016-05-29 19:52:23 +0200
commit8c99ca29f59e5f71a9f7143c07ed2a917bd6cac3 (patch)
treeda2f352431b127eae2a6d556b4ec062402fff79d
parent0f28780536517fffb19ebfd74d5b8fd0586b0ede (diff)
downloadaur-8c99ca29f59e5f71a9f7143c07ed2a917bd6cac3.tar.gz
Correct bugs install
-rw-r--r--PKGBUILD2
-rw-r--r--marionnet-legacy.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a0a6c477cae..cb9e0708836a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -249,7 +249,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\n0.90" > "${pkgdir}/usr/share/marionnet/numberOfStepsPassedForDownloadMarionnetFilesystems.tmp"
}
diff --git a/marionnet-legacy.install b/marionnet-legacy.install
index 73c3fe5dd5b4..01122a33412f 100644
--- a/marionnet-legacy.install
+++ b/marionnet-legacy.install
@@ -179,8 +179,8 @@ echo "============================================================="
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 0.90 --prefix /usr/share/marionnet
+chmod u+x ./marionnet_from_scratch-Downloader
+./marionnet_from_scratch-Downloader -m 0.90 --prefix /usr/share/marionnet