remove executable bit of random firmwares
This commit is contained in:
parent
f51ddf9a88
commit
7064bdf237
@ -330,6 +330,9 @@ rm -f ctefx.bin ctspeq.bin
|
||||
|
||||
# Remove superfluous infra files
|
||||
rm -f check_whence.py configure Makefile README
|
||||
|
||||
# Remove executable bits from random firmware
|
||||
find . -type f -executable -exec chmod -x {} \;
|
||||
popd
|
||||
|
||||
# Create file list but exclude firmwares that we place in subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user