r=chase
OS/2 only - get OS/2 installer working again


git-svn-id: svn://10.0.0.236/trunk@181467 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2005-10-03 15:24:14 +00:00
parent f6ed39dbc5
commit 76e7b7641a

View File

@ -50,7 +50,11 @@ MOZ_PKG_FORMAT = DMG
else
ifeq (,$(filter-out OS2 WINNT, $(OS_ARCH)))
MOZ_PKG_FORMAT = ZIP
ifeq ($(OS_ARCH),OS2)
INSTALLER_DIR = os2
else
INSTALLER_DIR = windows
endif
else
ifeq (,$(filter-out SunOS, $(OS_ARCH)))
MOZ_PKG_FORMAT = BZ2