]> granicus.if.org Git - python/commitdiff
Added a self-berating command relating to installation directories for
authorGreg Ward <gward@python.net>
Sat, 10 Jul 1999 02:02:31 +0000 (02:02 +0000)
committerGreg Ward <gward@python.net>
Sat, 10 Jul 1999 02:02:31 +0000 (02:02 +0000)
module distributions that contain platform-specific files.

Lib/distutils/command/install.py

index 54b81879a566e3a91c51d0919b697de4144eb9cd..01ea0052e6c278478aa0998ab69209e74ff8e71b 100644 (file)
@@ -165,6 +165,14 @@ class Install (Command):
                 # shared files, with no nice way to override it! (this
                 # might be a Python problem, though, not a Distutils
                 # problem...)
+
+                # NO: the way to fix this is
+                #   * any platform-dependent files in distribution?
+                #     yes: install under exec-prefix
+                #     no: install under prefix
+                # ...which will require a pretty major rethink of all
+                # this.  Damn.
+
                 self.install_site_platlib = \
                     os.path.join (self.install_lib, 'site-packages')
             else: