From 3a5d00872a0df80a75edb1a95cf450a3322a7e89 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 7 Mar 2018 13:44:51 +0100 Subject: Build fix lib.rs file --- firefox.spec | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit