diff options
author | Martin Stransky <stransky@redhat.com> | 2020-08-18 08:56:36 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-08-18 08:56:36 +0200 |
commit | 0cdfdedf097cc78f148a9978d818a0f7984dd4c2 (patch) | |
tree | bd7e7430668771e77caaa81c595713a78933befd | |
parent | spec clean up (diff) | |
download | librewolf-fedora-ff-0cdfdedf097cc78f148a9978d818a0f7984dd4c2.tar.gz librewolf-fedora-ff-0cdfdedf097cc78f148a9978d818a0f7984dd4c2.tar.bz2 librewolf-fedora-ff-0cdfdedf097cc78f148a9978d818a0f7984dd4c2.zip |
spec fix
-rw-r--r-- | firefox.spec | 2 |
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 |