]> granicus.if.org Git - python/commitdiff
Keep the folder structure in Mac:mwerks:projects similar to the
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 9 Nov 1996 18:36:00 +0000 (18:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 9 Nov 1996 18:36:00 +0000 (18:36 +0000)
toplevel build folder structure.

Mac/scripts/binhextree.py

index b39cac9de5ec5791fbe945b2b3771d17a94d8f5d..b354e4ae7a99af1eeeebe8f63bbc82ada18b2d21 100644 (file)
@@ -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