bug 391656 - SeaMonkey L10n repackaging, make mac dmg repackaging work on machines that are set for universal build generation, r=bsmedberg

This commit is contained in:
kairo%kairo.at 2007-10-17 19:23:51 +00:00
Родитель 906fd56a47
Коммит c4689c7bfa
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -173,6 +173,8 @@ repackage-win32-installer-%: $(WIN32_INSTALLER_IN)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
STAGEDIST = $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_APPNAME)/$(_APPNAME)/Contents/MacOS
# leave out $(STAGEPATH) as we never have a universal/ subdir here
PKG_DMG_SOURCE = $(MOZ_PKG_APPNAME)
else
STAGEDIST = $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_APPNAME)
endif