diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-28 02:23:54 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-28 02:23:54 -0500 |
commit | c99aa8a00f0fed6e2745f87ffce6487251a87cd2 (patch) | |
tree | a1757795606741c6c12c9558ac8fd5691bbf689a /toolkit/mozapps | |
parent | 5e53f9d7c1078d39ef2227198dfe3fbdfda1762a (diff) | |
download | aura-central-c99aa8a00f0fed6e2745f87ffce6487251a87cd2.tar.gz |
Allow Solaris to use alt packaging for Pale Moon and Basilisk
Diffstat (limited to 'toolkit/mozapps')
-rw-r--r-- | toolkit/mozapps/installer/packager-uxp.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/mozapps/installer/packager-uxp.mk b/toolkit/mozapps/installer/packager-uxp.mk index fdc9ccc18..8d7cb4e62 100644 --- a/toolkit/mozapps/installer/packager-uxp.mk +++ b/toolkit/mozapps/installer/packager-uxp.mk @@ -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 |