diff options
author | Jan Horak <jhorak@redhat.com> | 2018-02-14 15:32:49 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2018-02-14 15:32:49 +0100 |
commit | 1e281820aa5ff954528782e7cccdbb27a6003be5 (patch) | |
tree | f71be0da2ca2091c44d95579193c27ca458837f9 /firefox.spec | |
parent | Update to 58.0.2 (diff) | |
download | librewolf-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.spec | 3 |
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 |