Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-01-23 00:39:05 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-25 15:22:21 +0300
commit1c12cd6b9e3159999098ca3d4e765104bb4e19f1 (patch)
tree15634f4650786b1166a10966b4476a94f9fd036c /AppImage-Recipe.sh
parent3c687d29d898a09ba5078ef0c6e5a4cc06bcf3b3 (diff)
Add wget, file, fuse and python for building AppImages inside the container
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index 9575f077b..322b5464f 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -41,8 +41,8 @@ wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./func
cd $APP.AppDir
cp -a ../../bin-release/* .
-mv ./usr/local/* ./usr
-rmdir ./usr/local
+cp -a ./usr/local/* ./usr
+rm -R ./usr/local
patch_strings_in_file /usr/local ./
patch_strings_in_file /usr ./