summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-11 08:16:38 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-11 08:16:38 +0100
commit3a6292ceff219e2f690478008dd4c1c85e3c6e86 (patch)
treeeadfad9ec2c09e0083a7de2dc0a7ebef3d9e2dd4
parentTest on X11 only (diff)
downloadlibrewolf-fedora-ff-3a6292ceff219e2f690478008dd4c1c85e3c6e86.tar.gz
librewolf-fedora-ff-3a6292ceff219e2f690478008dd4c1c85e3c6e86.tar.bz2
librewolf-fedora-ff-3a6292ceff219e2f690478008dd4c1c85e3c6e86.zip
Remove executable bits from third_party/rust/ash/src/extensions/nv/*
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
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
#---------------------------------------------------------------------
bgstack15