Allow Solaris to use alt packaging for Pale Moon and Basilisk

This commit is contained in:
Matt A. Tobin 2019-11-28 02:23:54 -05:00 committed by Roy Tam
commit 1e7859111e

View file

@ -6,11 +6,11 @@
# very much still dependent on them
include $(MOZILLA_DIR)/toolkit/mozapps/installer/packager.mk
# This is currently only used on Windows and Linux
# This is currently only used on Windows, Linux, and Solaris
# on other platforms such as Mac will fall back to the orginal
# mozilla packaging
make-archive:
ifeq (,$(filter Linux WINNT,$(OS_ARCH)))
ifeq (,$(filter SunOS Linux WINNT,$(OS_ARCH)))
$(MAKE) make-package
else
$(MAKE) stage-package make-buildinfo-file