зеркало из https://github.com/mozilla/pjs.git
Followup to mac packaging of bug 287262 - unset NEXT_ROOT when we're building with an SDK, so that hdiutil works properly (NPOTDB)
This commit is contained in:
Родитель
ab4befc960
Коммит
cfe1c68c6f
|
@ -216,6 +216,7 @@ langpack-%:
|
|||
# tinderbox scripts. Alter it with caution.
|
||||
|
||||
installers-%:
|
||||
$(NSINSTALL) -D $(DIST)/install
|
||||
@$(MAKE) langpack-$*
|
||||
@$(MAKE) repackage-zip-$*
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
|
|
|
@ -105,6 +105,7 @@ _ABS_TOPSRCDIR = $(shell cd $(topsrcdir) && pwd)
|
|||
MAKE_PACKAGE = $(_ABS_TOPSRCDIR)/build/package/mac_osx/make-diskimage $(PKG_BASENAME).dmg $(MOZ_PKG_APPNAME) $(MOZ_APP_DISPLAYNAME)
|
||||
UNMAKE_PACKAGE = \
|
||||
set -e; \
|
||||
unset NEXT_ROOT; \
|
||||
mkdir mount-temp; \
|
||||
hdiutil attach -readonly -mountpoint mount-temp -private -noautoopen $(UNPACKAGE) > hdi.output; \
|
||||
DEV_NAME=`egrep '^/dev' < hdi.output | sed 1q | awk '{print $$1}'`; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче