From c13155838c3ee971680107b97d9c6321d14a0b86 Mon Sep 17 00:00:00 2001 From: valerio <valerio@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Fri, 30 Apr 2010 12:37:36 +0000 Subject: [PATCH] Fixes for linux 64bit bundle git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2142 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- scripts/dng_cl.in | 3 +-- scripts/ost.in | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/dng_cl.in b/scripts/dng_cl.in index fc6caca34..b693055bb 100755 --- a/scripts/dng_cl.in +++ b/scripts/dng_cl.in @@ -28,9 +28,8 @@ export DNG_ROOT=$BIN_DIR/.. export PATH=$BIN_DIR:$PATH # set ld_library_path and pythonhome for bundle (commented except in linux bundles) - #export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH -#export PYTHONHOME=$DNG_ROOT +#export PYTHONPATH=$DING_ROOT/@LIBDIR@/python2.6 # retrieve absolute path to python executable pyexec="" diff --git a/scripts/ost.in b/scripts/ost.in index 73d7249d1..7239f70a8 100755 --- a/scripts/ost.in +++ b/scripts/ost.in @@ -30,9 +30,9 @@ export DYLD_FRAMEWORK_PATH="$BIN_DIR/../@LIBDIR@:${DYLD_FRAMEWORK_PATH}" export DYLD_LIBRARY_PATH="$BIN_DIR/../@LIBDIR@:${DYLD_LIBRARY_PATH}" export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH -# set QT_PLUGIN_PATH and pythonhome for bundle (commented except in linux bundles) -#export PYTHONHOME=$DNG_ROOT +# set QT_PLUGIN_PATH and pythonpath for bundle (commented except in linux bundles) #export QT_PLUGIN_PATH="$BIN_DIR/plugins" +#export PYTHONPATH=$DING_ROOT/@LIBDIR@/python2.6 # retrieve absolute path to python executable pyexec="" -- GitLab