summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-03-07 13:45:15 +0100
committerMartin Stransky <stransky@redhat.com>2018-03-07 13:45:15 +0100
commit957147e50102e536c67a4804f5c7a1b6581ddc70 (patch)
tree05b47cd70f201b4427cfeb299e189e8688362ec8 /firefox.spec
parentMerge branch 'master' into f26 (diff)
parentBuild fix lib.rs file (diff)
downloadlibrewolf-fedora-ff-957147e50102e536c67a4804f5c7a1b6581ddc70.tar.gz
librewolf-fedora-ff-957147e50102e536c67a4804f5c7a1b6581ddc70.tar.bz2
librewolf-fedora-ff-957147e50102e536c67a4804f5c7a1b6581ddc70.zip
Merge branch 'master' into f26
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 0b69b7a..7e97177 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -433,6 +433,9 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-stylo" >> .mozconfig
%endif
+# Remove executable bit to make brp-mangle-shebangs happy.
+chmod -x third_party/rust/itertools/src/lib.rs
+
#---------------------------------------------------------------------
%build
bgstack15