Skip to content

Commit 6fef023

Browse files
committed
Fix basilisk version
1 parent 21af699 commit 6fef023

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

toolkit/mozapps/installer/package-name.mk

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ PACKAGE_NAME_MK_INCLUDED := 1
1414
ifndef MOZ_PKG_VERSION
1515
# Normally MOZ_PKG_VERSION is set to the application version
1616
MOZ_PKG_VERSION = $(MOZ_APP_VERSION)
17-
18-
# This overrides it with the BUILDID for Basilisk and IceWeasel
19-
# We do it this way because makefile's conditional checking is very
20-
# primitive or else very cryptic
21-
ifdef MC_BASILISK
22-
MOZ_PKG_VERSION = $(BUILDID)
23-
endif
24-
25-
ifdef HYPE_ICEWEASEL
26-
MOZ_PKG_VERSION = $(BUILDID)
27-
endif
2817
endif
2918

3019
ifndef MOZ_PKG_PLATFORM

0 commit comments

Comments
 (0)