Trunk packager bustage fix (bustage caused by bug 463605).

This commit is contained in:
Mark Banner 2009-08-27 08:38:16 +01:00
Родитель ec012444a8
Коммит 105dfb0172
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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))