summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-08-18 08:58:15 +0200
committerJan Horak <jhorak@redhat.com>2020-08-18 08:58:15 +0200
commit62b773b4f866afd39c2bc0f70218c9ff23528f5c (patch)
treecba7ea5c7ae7a4b149a626501a66178a4f65ed91 /firefox.spec
parentspec fix (diff)
downloadlibrewolf-fedora-ff-62b773b4f866afd39c2bc0f70218c9ff23528f5c.tar.gz
librewolf-fedora-ff-62b773b4f866afd39c2bc0f70218c9ff23528f5c.tar.bz2
librewolf-fedora-ff-62b773b4f866afd39c2bc0f70218c9ff23528f5c.zip
fixed location api key
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index e87cf77..416b09f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -136,6 +136,7 @@ Source31: firefox-x11.desktop
Source32: node-stdout-nonblocking-wrapper
Source33: firefox.appdata.xml.in
Source34: firefox-search-provider.ini
+Source35: google-loc-api-key
# Build patches
Patch3: mozilla-build-arm.patch
@@ -409,7 +410,7 @@ echo "ac_add_options --enable-official-branding" >> .mozconfig
%endif
%{__cp} %{SOURCE24} mozilla-api-key
%{__cp} %{SOURCE27} google-api-key
-%{__cp} %{SOURCE27} google-loc-api-key
+%{__cp} %{SOURCE35} google-loc-api-key
echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig
echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig
bgstack15