diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 00:54:36 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 00:54:36 +0000 |
commit | ad49b10fc677e6440b8c4ee6e63a69e0ca9c2668 (patch) | |
tree | 8ec0981eb157dc10007ac6e6bb9db1d20d8189a0 /textproc/py-4suite/files/patch-admin-DistExt.py | |
parent | - Update PyXML (textproc/py-xml) to 0.6.5 (diff) |
Add port: textproc/py-4suite
New port (textproc/py-4suite) of 4Suite, a collection of Python tools for
XML processing.
PR: 25939
Submitted by: Johann Visagie <johann@egenetics.com>
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, 17 insertions, 0 deletions
diff --git a/textproc/py-4suite/files/patch-admin-DistExt.py b/textproc/py-4suite/files/patch-admin-DistExt.py new file mode 100644 index 000000000000..a67f468ba9d8 --- /dev/null +++ b/textproc/py-4suite/files/patch-admin-DistExt.py @@ -0,0 +1,17 @@ +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] |