diff options
Diffstat (limited to 'print/py-reportlab/files/patch-setup.py')
-rw-r--r-- | print/py-reportlab/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/py-reportlab/files/patch-setup.py b/print/py-reportlab/files/patch-setup.py index 3bfbad3..7c2dd69 100644 --- a/print/py-reportlab/files/patch-setup.py +++ b/print/py-reportlab/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig Mon Dec 23 08:03:38 2002 -+++ setup.py Mon Mar 3 16:00:37 2003 +--- setup.py.orig Tue Apr 15 16:52:36 2003 ++++ setup.py Sun Sep 28 02:10:42 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 + # why oh why don't most setup scripts have a script handler? |