]> git.saurik.com Git - apple/coreosmakefiles.git/blobdiff - ProjectBuilder/Makefile.Postamble.Common
CoreOSMakefiles-40.tar.gz
[apple/coreosmakefiles.git] / ProjectBuilder / Makefile.Postamble.Common
index 351782bc86845830b084f8aa17e84bfb10bef9ad..22103257590263cf99fca34f08f5b9a5788ebcb0 100644 (file)
@@ -105,7 +105,7 @@ MKDIRS = $(MKDIR)
 install-source:
 ifneq ($(Install_Source),)
        $(_v) $(MAKE) installsrc SRCROOT=$(DSTROOT)$(Install_Source)
-       $(_v) $(CHOWN) -R $(INSTALL_AS_USER).$(INSTALL_AS_GROUP) $(DSTROOT)$(Install_Source)
+       $(_v) $(CHOWN) -R $(INSTALL_AS_USER):$(INSTALL_AS_GROUP) $(DSTROOT)$(Install_Source)
        $(_v) $(CHMOD) -R -w $(DSTROOT)$(Install_Source)
 endif