summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/installer/packager-uxp.mk
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-07 22:13:11 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:25:58 +0200
commit6daff43b6176657a6b893ae044967d18c6d9cb67 (patch)
treef81a6e0fc105ee536728aac66c15b0a94370a7e9 /toolkit/mozapps/installer/packager-uxp.mk
parenteedf9f5ebfbf58994a179119cd886504e2e1a2fa (diff)
downloadUXP-6daff43b6176657a6b893ae044967d18c6d9cb67.tar
UXP-6daff43b6176657a6b893ae044967d18c6d9cb67.tar.gz
UXP-6daff43b6176657a6b893ae044967d18c6d9cb67.tar.lz
UXP-6daff43b6176657a6b893ae044967d18c6d9cb67.tar.xz
UXP-6daff43b6176657a6b893ae044967d18c6d9cb67.zip
Follow up to d0eee8f01 - Run precomplete cmd during package staging
Diffstat (limited to 'toolkit/mozapps/installer/packager-uxp.mk')
-rw-r--r--toolkit/mozapps/installer/packager-uxp.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/mozapps/installer/packager-uxp.mk b/toolkit/mozapps/installer/packager-uxp.mk
index 856ca434c..8d7cb4e62 100644
--- a/toolkit/mozapps/installer/packager-uxp.mk
+++ b/toolkit/mozapps/installer/packager-uxp.mk
@@ -15,7 +15,6 @@ ifeq (,$(filter SunOS Linux WINNT,$(OS_ARCH)))
else
$(MAKE) stage-package make-buildinfo-file
@echo 'Compressing...'
- cd $(DIST)/$(MOZ_PKG_DIR); $(CREATE_PRECOMPLETE_CMD)
ifeq (WINNT,$(OS_ARCH))
cd $(DIST); $(CYGWIN_WRAPPER) 7z a -t7z -m0=lzma2 -mx=9 -aoa -bb3 $(PKG_BASENAME).7z $(MOZ_PKG_DIR)
else