From: Jack Jansen Date: Sat, 9 Nov 1996 18:36:00 +0000 (+0000) Subject: Keep the folder structure in Mac:mwerks:projects similar to the X-Git-Tag: v1.5a1~956 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=297d7dd2c9da10c18570bdb888ca6084adfc114c;p=python Keep the folder structure in Mac:mwerks:projects similar to the toplevel build folder structure. --- diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py index b39cac9de5..b354e4ae7a 100644 --- a/Mac/scripts/binhextree.py +++ b/Mac/scripts/binhextree.py @@ -117,7 +117,7 @@ def copycwproject(path, name): print dstdir print 'No CW-project dir, skip', name return - dstfile = os.path.join(dstdir, name) + dstfile = os.path.join(dstdir, os.path.join(srcdir, name)) else: if path[-2:] != '.µ': return @@ -155,7 +155,7 @@ def copycwexpfile(path, name): print dstdir print 'No CW-project dir, skip', name return - dstfile = os.path.join(dstdir, name) + dstfile = os.path.join(dstdir, os.path.join(srcdir, name)) else: if path[-6:] != '.µ.exp': return