mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
On second thought, make PACKAGE be the name of the final package file
This commit is contained in:
parent
cc20802031
commit
549d48e5b7
@ -116,9 +116,9 @@ _APPNAME = $(MOZ_PKG_APPNAME)Debug.app
|
||||
else
|
||||
_APPNAME = $(MOZ_PKG_APPNAME).app
|
||||
endif
|
||||
PKG_SUFFIX = .dmg
|
||||
PKG_SUFFIX = .dmg.gz
|
||||
_ABS_TOPSRCDIR = $(shell cd $(topsrcdir) && pwd)
|
||||
MAKE_PACKAGE = $(_ABS_TOPSRCDIR)/build/package/mac_osx/make-diskimage $(PACKAGE) $(MOZ_PKG_APPNAME) $(MOZ_PKG_APPNAME) && gzip -9 $(PACKAGE)
|
||||
MAKE_PACKAGE = $(_ABS_TOPSRCDIR)/build/package/mac_osx/make-diskimage $(PKG_BASENAME).dmg $(MOZ_PKG_APPNAME) $(MOZ_PKG_APPNAME) && gzip -9 $(PKG_BASENAME).dmg
|
||||
MAKE_SDK =
|
||||
endif
|
||||
ifeq ($(MOZ_PKG_FORMAT),RPM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user