Package: pymol / 1.8.4.0+dfsg-1

27_fix_pymol_path_in_setup.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael Banck <mbanck@debian.org>
Last-Upate: Tue Mar 26 21:29:56 2013 +0000

--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ class install_pymol(install):
     def finalize_options(self):
         install.finalize_options(self)
         if self.pymol_path is None:
-            self.pymol_path = os.path.join(self.install_libbase, 'pymol', 'pymol_path')
+            self.pymol_path = os.path.join(self.install_libbase, 'pymol')
         elif self.root is not None:
             self.pymol_path = change_root(self.root, self.pymol_path)