57d31b9c94
Thanks glebfm@ yet again :)
12 lines
260 B
Makefile
12 lines
260 B
Makefile
ifndef MKIMAGE_PROFILES
|
|
$(error this makefile is designed to be included in toplevel one)
|
|
endif
|
|
|
|
check:
|
|
@find sub.in features.in \
|
|
-path '*scripts.d/*' \
|
|
\! \( -perm 755 -o -name .gitignore \) \
|
|
| while read line; do \
|
|
echo "chmod 755 $$line"; \
|
|
done
|