summaryrefslogblamecommitdiff
path: root/textproc/py-4suite/files/patch-admin-DistExt.py
blob: a67f468ba9d8bbb1f145d7a9c3a5c2b2816d95b4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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]