[glade] Added the lib/ directory to LD_LIBRARY_PATH in the bundled environment



commit b386eea4673eabeec605a1f05862ca2e26f951bf
Author: Tristan Van Berkom <tristan upstairslabs com>
Date:   Fri Dec 13 21:43:29 2013 +0900

    Added the lib/ directory to LD_LIBRARY_PATH in the bundled environment

 build/linux64/AppRunScript.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/linux64/AppRunScript.sh b/build/linux64/AppRunScript.sh
index 83b2581..cf13322 100755
--- a/build/linux64/AppRunScript.sh
+++ b/build/linux64/AppRunScript.sh
@@ -4,7 +4,7 @@
 INSTALL_PREFIX=/home/tristan/AppImages/Install
 
 # Base environment variables
-LD_LIBRARY_PATH=${APP_IMAGE_ROOT}${INSTALL_PREFIX}/lib64:${LD_LIBRARY_PATH}
+LD_LIBRARY_PATH=${APP_IMAGE_ROOT}${INSTALL_PREFIX}/lib64:${APP_IMAGE_ROOT}${INSTALL_PREFIX}/lib:${LD_LIBRARY_PATH}
 PATH=${APP_IMAGE_ROOT}${INSTALL_PREFIX}/bin:${PATH}
 XDG_DATA_DIRS=${APP_IMAGE_ROOT}${INSTALL_PREFIX}/share:${XDG_DATA_DIRS}
 export LD_LIBRARY_PATH PATH XDG_DATA_DIRS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]