diff --git a/deployment/linux/create_bundle_precise.py b/deployment/linux/create_bundle_precise.py index 1bde046d6b089a9bdd9b4fa3d4aaee43d8a7328a..ab0afd7b065698526c9f5ab2d057f62357734deb 100644 --- a/deployment/linux/create_bundle_precise.py +++ b/deployment/linux/create_bundle_precise.py @@ -11,7 +11,7 @@ import PyQt4 # parameters that can be modified qt4_plugins_location='/usr/lib/i386-linux-gnu/qt4/plugins' ssl_crypto_location='/lib/i386-linux-gnu/' -chemlib_dictionary_location='/home/bundler/compounds.chemlib' +chemlib_dictionary_location='/data/Work/Software/compounds.chemlib' list_of_excluded_libraries=[ 'ld-linux', 'libexpat', diff --git a/scripts/ost_config.in b/scripts/ost_config.in index 51786394b7607dcaba2d27c6ded1667be5bccfc1..7e242c696b225067bc33d4cf9aafc7b2f98b9cbe 100644 --- a/scripts/ost_config.in +++ b/scripts/ost_config.in @@ -31,13 +31,13 @@ export DYLD_FRAMEWORK_PATH="$DNG_LIBDIR:${DYLD_FRAMEWORK_PATH}" export DYLD_LIBRARY_PATH="$DNG_LIBDIR:${DYLD_LIBRARY_PATH}" export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}" # set QT_PLUGIN_PATH for bundle (commented except in linux bundles) -# export QT_PLUGIN_PATH="$BIN_DIR/plugins" +#export QT_PLUGIN_PATH="$BIN_DIR/plugins" # unset PYTHONPATH for bundle (commented except in linux bundles) -# unset PYTHONPATH +#unset PYTHONPATH # retrieve absolute path to python executable -pyexec="@PYTHON_BINARY@" +pyexec="$DNG_ROOT/bin/python" if [ ! -x "$pyexec" ]; then echo "Error: Python executable '$pyexec' not found!"