[glade] Added the lib/ directory to LD_LIBRARY_PATH in the bundled environment
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Added the lib/ directory to LD_LIBRARY_PATH in the bundled environment
- Date: Fri, 13 Dec 2013 12:44:26 +0000 (UTC)
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]