Merge pull request #507 from kiwix/fix_appimage_script

This commit is contained in:
Matthieu Gautier 2021-11-26 12:19:21 +01:00 committed by GitHub
commit c36fe74c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ SOURCEDIR=${2:-$PWD/SOURCE/kiwix-desktop}
APPDIR=${3:-$PWD/AppDir} APPDIR=${3:-$PWD/AppDir}
SYSTEMLIBDIR=lib/x86_64-linux-gnu SYSTEMLIBDIR=lib/x86_64-linux-gnu
if [ ! -e "$APPDIR/lib" ] ; then if [ ! -e "$INSTALLDIR/lib" ] ; then
SYSTEMLIBDIR=lib64 SYSTEMLIBDIR=lib64
fi fi