Change into the correct packaging directory on MacOS X before removing
files. Bug 290075, attachment 180667. sr=mscott, a=dbaron git-svn-id: svn://10.0.0.236/trunk@172108 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -266,7 +266,11 @@ ifeq (,$(filter mozilla firefox,$(MOZ_PKG_APPNAME)))
|
||||
endif
|
||||
ifdef NO_PKG_FILES
|
||||
@echo "Removing unpackaged files..."
|
||||
ifeq ($(MOZ_PKG_FORMAT),DMG)
|
||||
cd $(DIST)/$(MOZ_PKG_APPNAME)/$(_APPNAME)/Contents/MacOS; rm -rf $(NO_PKG_FILES)
|
||||
else
|
||||
cd $(DIST)/$(MOZ_PKG_APPNAME); rm -rf $(NO_PKG_FILES)
|
||||
endif
|
||||
endif
|
||||
@echo "Compressing..."
|
||||
cd $(DIST); $(MAKE_PACKAGE)
|
||||
|
||||
Reference in New Issue
Block a user