diff --git a/deployment/linux/create_bundle_centos5.py b/deployment/linux/create_bundle_centos5.py
index dd141cba74437a0c150775e275459c83a14abb7e..3200447770ffb48ea4080a7f4387e45ee59064b1 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 48fc8596dfc9b1ec88be7470721f153ffd824ebd..191ffd0e5e28f81ac71bab9454ee3e44e5c55a4a 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',