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:
authorKyodev <kyodev@yandex.fr>2017-07-03 04:22:18 +0300
committerGitHub <noreply@github.com>2017-07-03 04:22:18 +0300
commit0d8a3fb389ab1464431cfb2ee2e50fe1cf848616 (patch)
tree3d8dbbfea345d8cb9c80f8a589dd4acf8d522b5c /AppImage-Recipe.sh
parent55d863adb8548bfc193f5d8b6ebfe0101187a1bc (diff)
add 32bits architecture
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index 7f301f44f..0472cccdf 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -42,6 +42,8 @@ wget -q https://github.com/AppImage/AppImages/raw/master/functions.sh -O ./funct
LIB_DIR=./usr/lib
if [ -d ./usr/lib/x86_64-linux-gnu ]; then
LIB_DIR=./usr/lib/x86_64-linux-gnu
+elif [ -d ./usr/lib/i386-linux-gnu ]; then
+ LIB_DIR=./usr/lib/i386-linux-gnu
fi
cd $APP.AppDir