Author: Michael Banck <mbanck@debian.org>
Last-Upate: Tue Mar 26 21:29:56 2013 +0000

--- a/setup.py
+++ b/setup.py
@@ -158,7 +158,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)
 
