mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Allow Solaris to use alt packaging for Pale Moon and Basilisk
This commit is contained in:
parent
364df3c82e
commit
1e7859111e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue