summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2018-02-14 15:32:49 +0100
committerJan Horak <jhorak@redhat.com>2018-02-14 15:32:49 +0100
commit1e281820aa5ff954528782e7cccdbb27a6003be5 (patch)
treef71be0da2ca2091c44d95579193c27ca458837f9 /firefox.spec
parentUpdate to 58.0.2 (diff)
downloadlibrewolf-fedora-ff-1e281820aa5ff954528782e7cccdbb27a6003be5.tar.gz
librewolf-fedora-ff-1e281820aa5ff954528782e7cccdbb27a6003be5.tar.bz2
librewolf-fedora-ff-1e281820aa5ff954528782e7cccdbb27a6003be5.zip
Fix prefs because of rpm
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 483c77a..a12bddf 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -465,6 +465,9 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-stylo" >> .mozconfig
%endif
+# Avoid issues with rpm
+chmod a-x third_party/rust/itertools/src/lib.rs
+
#---------------------------------------------------------------------
%build
bgstack15