fix sourced variables
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 25 Nov 2019 08:41:45 +0100
changeset 1116 52b1745787cf
parent 1115 ed3548a16248
child 1117 d6a688186de0
child 1129 146af4f081b9
fix sourced variables
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.spec	Mon Nov 25 08:30:26 2019 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Nov 25 08:41:45 2019 +0100
@@ -476,8 +476,8 @@
 %install
 cd $RPM_BUILD_DIR/obj
 source %{SOURCE4}
-export MOZ_SOURCE_STAMP=$REV
-export MOZ_SOURCE_REPO=$REPO
+export MOZ_SOURCE_STAMP=$RELEASE_TAG
+export MOZ_SOURCE_REPO=$RELEASE_REPO
 # need to remove default en-US firefox-l10n.js before it gets
 # populated into browser's omni.ja; it only contains general.useragent.locale
 # which should be loaded from each language pack (set in firefox.js)