remove executable bit of random firmwares

This commit is contained in:
Peter Robinson 2020-01-22 13:46:31 +00:00
parent f51ddf9a88
commit 7064bdf237

View File

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