diff options
Diffstat (limited to 'print/py-reportlab1/files/patch-setup.py')
-rw-r--r-- | print/py-reportlab1/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/py-reportlab1/files/patch-setup.py b/print/py-reportlab1/files/patch-setup.py new file mode 100644 index 000000000000..ca752318a999 --- /dev/null +++ b/print/py-reportlab1/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Fri Nov 26 00:12:20 2004 ++++ setup.py Mon Mar 21 03:26:45 2005 +@@ -19,7 +19,7 @@ + isfile = os.path.isfile + isdir = os.path.isfile + dirname = os.path.dirname +-package_path = pjoin(package_home(distutils.__dict__), 'site-packages', 'reportlab') ++package_path = os.environ['PACKAGE_PATH'] + + def get_version(): + #determine Version |