From 3a6292ceff219e2f690478008dd4c1c85e3c6e86 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 11 Dec 2020 08:16:38 +0100 Subject: Remove executable bits from third_party/rust/ash/src/extensions/nv/* --- firefox.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox.spec b/firefox.spec index c20b85f..2b6c42f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -524,6 +524,7 @@ chmod a-x third_party/rust/gfx-backend-vulkan/src/*.rs chmod a-x third_party/rust/gfx-hal/src/*.rs chmod a-x third_party/rust/ash/src/extensions/ext/*.rs chmod a-x third_party/rust/ash/src/extensions/khr/*.rs +chmod a-x third_party/rust/ash/src/extensions/nv/*.rs #--------------------------------------------------------------------- -- cgit