mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
11 lines
261 B
Python
11 lines
261 B
Python
--- setup.py.orig Mon Dec 23 08:03:38 2002
|
|
+++ setup.py Mon Mar 3 16:00:37 2003
|
|
@@ -18,7 +18,7 @@
|
|
|
|
pjoin = os.path.join
|
|
|
|
-package_path = pjoin(package_home(distutils.__dict__), 'reportlab')
|
|
+package_path = os.environ['PACKAGE_PATH']
|
|
print package_path
|
|
|
|
|