Trunk packager bustage fix (bustage caused by bug 463605).
This commit is contained in:
Родитель
ec012444a8
Коммит
105dfb0172
|
@ -99,6 +99,10 @@ $(error you need an "--enable-static" build to package a build)
|
|||
endif
|
||||
endif
|
||||
|
||||
# On mozilla-central, packager.mk uses core_abspath to redefine DIST
|
||||
# As the comm-central config.mk doesn't set it, do it ourselves instead
|
||||
core_abspath = $(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(CURDIR)/$(1)))
|
||||
|
||||
include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/packager.mk
|
||||
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
|
|
|
@ -99,6 +99,10 @@ MOZ_PKG_MAC_EXTRA=--format UDBZ \
|
|||
--copy "$(call EXPAND_LOCALE_SRCDIR,suite/locales)/installer/mac/README.txt"
|
||||
endif
|
||||
|
||||
# On mozilla-central, packager.mk uses core_abspath to redefine DIST
|
||||
# As the comm-central config.mk doesn't set it, do it ourselves instead
|
||||
core_abspath = $(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(CURDIR)/$(1)))
|
||||
|
||||
include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/packager.mk
|
||||
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
|
|
Загрузка…
Ссылка в новой задаче