diff options
-rw-r--r-- | distrib/MacOS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/MacOS/Makefile b/distrib/MacOS/Makefile index f103184965..312fbd76a8 100644 --- a/distrib/MacOS/Makefile +++ b/distrib/MacOS/Makefile @@ -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) |