summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@protonmail.com>2023-02-10 23:18:21 +0800
committerJob Bautista <jobbautista9@aol.com>2023-04-03 15:46:55 +0800
commit7598e16eaac5d8f59fce341d508179b0860e287d (patch)
tree987169f9cea521f7abd56bfa52671fe8a368980e /toolkit
parent85f0301dd8f8fefde48616d9452a2f6d2cce06bd (diff)
downloaduxp-7598e16eaac5d8f59fce341d508179b0860e287d.tar.gz
No issue - FreeBSD builds should also use xz compression for packaging.
Currently it defaults to bzip2, which has been obsolete for us.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/mozapps/installer/packager-uxp.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/mozapps/installer/packager-uxp.mk b/toolkit/mozapps/installer/packager-uxp.mk
index 8d7cb4e62d..cf22f2497f 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, Linux, and Solaris
-# on other platforms such as Mac will fall back to the orginal
-# mozilla packaging
+# This is currently only used on Windows, Linux, Solaris, and
+# FreeBSD. On other platforms such as Mac, we will fall back
+# to the original mozilla packaging.
make-archive:
-ifeq (,$(filter SunOS Linux WINNT,$(OS_ARCH)))
+ifeq (,$(filter SunOS Linux WINNT FreeBSD,$(OS_ARCH)))
$(MAKE) make-package
else
$(MAKE) stage-package make-buildinfo-file