diff options
author | Martin Stransky <stransky@redhat.com> | 2020-06-01 22:02:24 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-06-01 22:02:24 +0200 |
commit | cfe25360c3cc91098c90189d394c6314370a58f8 (patch) | |
tree | 2875d6dc7a6f8ca21ef564136b3e18ce1c7989d7 /firefox.spec | |
parent | removed unused patch (diff) | |
download | librewolf-fedora-ff-cfe25360c3cc91098c90189d394c6314370a58f8.tar.gz librewolf-fedora-ff-cfe25360c3cc91098c90189d394c6314370a58f8.tar.bz2 librewolf-fedora-ff-cfe25360c3cc91098c90189d394c6314370a58f8.zip |
Remove executable bit from rust sources
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 4d33f71..7e83aa7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -514,6 +514,8 @@ echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> . chmod -x third_party/rust/itertools/src/lib.rs 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 #--------------------------------------------------------------------- |