diff options
author | JulioJu | 2016-05-29 19:51:43 +0200 |
---|---|---|
committer | JulioJu | 2016-05-29 19:51:43 +0200 |
commit | df75e3fa6e6fd7a6d70c17f418462f9a9266501f (patch) | |
tree | 05526eed0f75616d24078e70d0a1ae7d186173c8 /PKGBUILD | |
parent | bc4357348975dfb63f3c6d3f9955bd5b9ecaa9f6 (diff) | |
download | aur-df75e3fa6e6fd7a6d70c17f418462f9a9266501f.tar.gz |
Correct bugs install
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |