diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-09-17 10:27:15 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-09-17 10:27:15 +0000 |
commit | 585dc28b8b0b74eb187bbac28430b8d20fa50d01 (patch) | |
tree | 4945560230ee33b5156286d389e2380e99e71add /textproc/py-4suite/files/patch-admin-DistExt.py | |
parent | Hmpf, fix a broken URL. (diff) |
- Update to version 0.11.1
Diffstat (limited to 'textproc/py-4suite/files/patch-admin-DistExt.py')
-rw-r--r-- | textproc/py-4suite/files/patch-admin-DistExt.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/textproc/py-4suite/files/patch-admin-DistExt.py b/textproc/py-4suite/files/patch-admin-DistExt.py deleted file mode 100644 index a67f468ba9d8..000000000000 --- a/textproc/py-4suite/files/patch-admin-DistExt.py +++ /dev/null @@ -1,17 +0,0 @@ -A small bug that surfaced during the creation of this port. As it happens, -this does not actually affect the port in its final submitted form, but... -a fix is a fix, and it may impact the port later. - --- Johann Visagie <johann@egenetics.com> - - ---- admin/DistExt.py.orig Mon Feb 19 21:40:30 2001 -+++ admin/DistExt.py Fri Mar 16 18:29:11 2001 -@@ -145,6 +145,7 @@ - package_dir = [self.build_lib] + list(package) - package_dir = apply(os.path.join, package_dir) - for po_file in po_list: -+ self.mkpath(package_dir) - (out, _) = self.copy_file(po_file, package_dir) - self.outfiles.append(out) - locale = os.path.split(po_file)[1][:-3] |