mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
bug 297914 - Use BZ2 packaging for gtk2 builds as default, r=bsmedberg,chase
This commit is contained in:
parent
c5e408a7cd
commit
7da4f84987
@ -55,8 +55,12 @@ else
|
||||
ifeq (,$(filter-out SunOS, $(OS_ARCH)))
|
||||
MOZ_PKG_FORMAT = BZ2
|
||||
else
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
MOZ_PKG_FORMAT = BZ2
|
||||
else
|
||||
MOZ_PKG_FORMAT = TGZ
|
||||
endif
|
||||
endif
|
||||
INSTALLER_DIR = unix
|
||||
endif
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user