From 7d3208dfd013979bd09a84c55fecff8bddebcb4e Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Tue, 12 Mar 2013 12:56:21 +0100 Subject: [PATCH] Updated all other scritps and removed local hardcoded paths --- deployment/linux/create_bundle_precise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/linux/create_bundle_precise.py b/deployment/linux/create_bundle_precise.py index ab0afd7b0..1bde046d6 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='/data/Work/Software/compounds.chemlib' +chemlib_dictionary_location='/home/bundler/compounds.chemlib' list_of_excluded_libraries=[ 'ld-linux', 'libexpat', -- GitLab