Bug 423182: changes the default MOZ_ZIP_FORMAT for BeOS from .tar.gz to .zip, patch by mattmadia@gmail.com, r=bsmedberg, a=beltzner
git-svn-id: svn://10.0.0.236/trunk@249632 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
98e93b369a
commit
9a7735fa66
@ -48,13 +48,15 @@ ifndef MOZ_PKG_FORMAT
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
MOZ_PKG_FORMAT = DMG
|
||||
else
|
||||
ifeq (,$(filter-out OS2 WINNT, $(OS_ARCH)))
|
||||
ifeq (,$(filter-out OS2 WINNT BeOS, $(OS_ARCH)))
|
||||
MOZ_PKG_FORMAT = ZIP
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
INSTALLER_DIR = os2
|
||||
else
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
INSTALLER_DIR = windows
|
||||
endif
|
||||
endif
|
||||
else
|
||||
ifeq (,$(filter-out SunOS, $(OS_ARCH)))
|
||||
MOZ_PKG_FORMAT = BZ2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user