summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-17 07:13:21 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-17 07:13:21 -0500
commite14ebc03e3e3101a6e2aba0ec7cffdb538d1e155 (patch)
tree947cf6aa8e7c3b9556ca528b7e0dc3763dccd9a7 /toolkit/mozapps
parent5b829937bbef50d93a549a0a6c4fab03d696ad74 (diff)
downloadUXP-e14ebc03e3e3101a6e2aba0ec7cffdb538d1e155.tar
UXP-e14ebc03e3e3101a6e2aba0ec7cffdb538d1e155.tar.gz
UXP-e14ebc03e3e3101a6e2aba0ec7cffdb538d1e155.tar.lz
UXP-e14ebc03e3e3101a6e2aba0ec7cffdb538d1e155.tar.xz
UXP-e14ebc03e3e3101a6e2aba0ec7cffdb538d1e155.zip
Use BUILDID for package name for Basilisk and ONLY Basilisk
Diffstat (limited to 'toolkit/mozapps')
-rw-r--r--toolkit/mozapps/installer/package-name.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/mozapps/installer/package-name.mk b/toolkit/mozapps/installer/package-name.mk
index b1ac9a588..54de3c995 100644
--- a/toolkit/mozapps/installer/package-name.mk
+++ b/toolkit/mozapps/installer/package-name.mk
@@ -12,8 +12,12 @@ ifndef PACKAGE_NAME_MK_INCLUDED
PACKAGE_NAME_MK_INCLUDED := 1
ifndef MOZ_PKG_VERSION
+ifdef MC_BASILISK
+MOZ_PKG_VERSION = $(BUILDID)
+else
MOZ_PKG_VERSION = $(MOZ_APP_VERSION)
endif
+endif
ifndef MOZ_PKG_PLATFORM
MOZ_PKG_PLATFORM := $(TARGET_OS)-$(TARGET_CPU)