summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-08-18 08:56:36 +0200
committerMartin Stransky <stransky@redhat.com>2020-08-18 08:56:36 +0200
commit0cdfdedf097cc78f148a9978d818a0f7984dd4c2 (patch)
treebd7e7430668771e77caaa81c595713a78933befd /firefox.spec
parentspec clean up (diff)
downloadlibrewolf-fedora-ff-0cdfdedf097cc78f148a9978d818a0f7984dd4c2.tar.gz
librewolf-fedora-ff-0cdfdedf097cc78f148a9978d818a0f7984dd4c2.tar.bz2
librewolf-fedora-ff-0cdfdedf097cc78f148a9978d818a0f7984dd4c2.zip
spec fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index faf067c..e87cf77 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -409,7 +409,7 @@ echo "ac_add_options --enable-official-branding" >> .mozconfig
%endif
%{__cp} %{SOURCE24} mozilla-api-key
%{__cp} %{SOURCE27} google-api-key
-%{__cp} %{SOURCE35} google-loc-api-key
+%{__cp} %{SOURCE27} google-loc-api-key
echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig
echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig
bgstack15