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>2018-01-13 03:38:26 +0300
committerJonathan White <support@dmapps.us>2018-01-13 22:25:01 +0300
commit824607080a5fda83e6d667b076f99a607b09721d (patch)
tree03256f9cb99d8ee2b8a09c093610ff0f8bc7c9b3 /AppImage-Recipe.sh
parent337a21f6d6bc022e4a8928a96c941f910ffcc797 (diff)
Install needed PPA packages for deployment
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 f8d7e105f..2187fde1f 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -72,6 +72,8 @@ get_desktop
get_icon
cat << EOF > ./usr/bin/keepassxc_env
#!/usr/bin/env bash
+export LD_LIBRARY_PATH="/opt/libgcrypt20-18/lib/x86_64-linux-gnu:\${LD_LIBRARY_PATH}"
+export LD_LIBRARY_PATH="/opt/gpg-error-127/lib/x86_64-linux-gnu:\${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="..$(dirname ${QT_PLUGIN_PATH})/lib:\${LD_LIBRARY_PATH}"
export QT_PLUGIN_PATH="..${QT_PLUGIN_PATH}:\${KPXC_QT_PLUGIN_PATH}"