From e83f26a35bcb7ff542e9f4423b68cd84db34cf89 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 7 Jan 2020 15:57:22 +0100 Subject: [PATCH] Fixing permissions --- firefox.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox.spec b/firefox.spec index b70b16f..5279c47 100644 --- a/firefox.spec +++ b/firefox.spec @@ -466,6 +466,7 @@ echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> . # Remove executable bit to make brp-mangle-shebangs happy. chmod -x third_party/rust/itertools/src/lib.rs +chmod a-x third_party/rust/gfx-backend-vulkan/src/*.rs #---------------------------------------------------------------------