summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-03-07 13:44:51 +0100
committerMartin Stransky <stransky@redhat.com>2018-03-07 13:44:51 +0100
commit3a5d00872a0df80a75edb1a95cf450a3322a7e89 (patch)
tree05b47cd70f201b4427cfeb299e189e8688362ec8
parentBack to X11 (diff)
downloadlibrewolf-fedora-ff-3a5d00872a0df80a75edb1a95cf450a3322a7e89.tar.gz
librewolf-fedora-ff-3a5d00872a0df80a75edb1a95cf450a3322a7e89.tar.bz2
librewolf-fedora-ff-3a5d00872a0df80a75edb1a95cf450a3322a7e89.zip
Build fix lib.rs file
-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