Fixing permissions

This commit is contained in:
Jan Horak 2020-01-07 15:57:22 +01:00
parent 301ffd6239
commit e83f26a35b
1 changed files with 1 additions and 0 deletions

View File

@ -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
#---------------------------------------------------------------------