From c64b5885f41d67f8d7fac267fa25e882b667f9c9 Mon Sep 17 00:00:00 2001
From: Valerio Mariani <valerio.mariani@unibas.ch>
Date: Mon, 3 Dec 2012 17:38:55 +0100
Subject: [PATCH] Modified default paths to compounds.chemlib for CentOS
 bundling scripts

---
 deployment/linux/create_bundle_centos5.py | 2 +-
 deployment/linux/create_bundle_centos6.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deployment/linux/create_bundle_centos5.py b/deployment/linux/create_bundle_centos5.py
index dd141cba7..320044777 100644
--- a/deployment/linux/create_bundle_centos5.py
+++ b/deployment/linux/create_bundle_centos5.py
@@ -12,7 +12,7 @@ import PyQt4
 qt4_plugins_location='/usr/lib/qt47/plugins'
 qt4_qmake_location='/usr/lib/qt47/bin/qmake'
 ssl_crypto_location='/lib/'
-chemlib_dictionary_location='/home/bundler/ost/ChemLib/1.2.2/compounds.chemlib'
+chemlib_dictionary_location='/home/bundler/compounds.chemlib'
 list_of_excluded_libraries=[
 'ld-linux',
 'libexpat',
diff --git a/deployment/linux/create_bundle_centos6.py b/deployment/linux/create_bundle_centos6.py
index 48fc8596d..191ffd0e5 100644
--- a/deployment/linux/create_bundle_centos6.py
+++ b/deployment/linux/create_bundle_centos6.py
@@ -12,7 +12,7 @@ import PyQt4
 qt4_plugins_location='/usr/lib/qt4/plugins'
 qt4_qmake_location='/usr/lib/qt4/bin/qmake'
 ssl_crypto_location='/usr/lib/'
-chemlib_dictionary_location='/home/bundler/ost/ChemLib/1.2.2/compounds.chemlib'
+chemlib_dictionary_location='/home/bundler/compounds.chemlib'
 list_of_excluded_libraries=[
 'ld-linux',
 'libexpat',
-- 
GitLab