make framework-pkg needs to cope with missing DSTROOT
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Tue, 27 May 2008 11:30:07 +0000 (11:30 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Tue, 27 May 2008 11:30:07 +0000 (11:30 +0000)
distrib/MacOS/Makefile

index f103184..312fbd7 100644 (file)
@@ -71,7 +71,7 @@ PACKAGEMAKER=/Developer/usr/bin/packagemaker
 #   and permissions for all files (as well as prevent correct setting of those
 #   for files that are not in the content list).
 framework-pkg:
-       -chmod -R u+w $(DSTROOT)
+       -chmod -fR u+w $(DSTROOT)
        -$(RM) -rf $(DSTROOT)
        mkdir -p $(TOOLS_SYSTEM)
        cp installer-scripts/Uninstaller $(TOOLS_SYSTEM)