Fix lintian: warnings: fix perms on boot and contrib scripts
This commit is contained in:
parent
54463f11cb
commit
24a89bcdb7
|
@ -32,8 +32,11 @@ install-stamp: build-stamp
|
||||||
find debian/debian-cd -name '.svn' | xargs -r rm -rf
|
find debian/debian-cd -name '.svn' | xargs -r rm -rf
|
||||||
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
||||||
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
||||||
-a \! -name '*.calc' -a \! -name boot-x86 | xargs chmod 0755
|
-a \! -name '*.calc' -a \! -name boot-x86 | -a \! -name boot-kfreebsd | xargs chmod 0755
|
||||||
chmod +755 contrib/testingcds
|
cd debian/debian-cd/usr/share/debian-cd/contrib && chmod 755 cronjob.* ftp.cron \
|
||||||
|
generate_firmware_images iso_run jigdo-watcher \
|
||||||
|
merge-sums mkjigsnap mklist mktorrent \
|
||||||
|
report_build_error testingcds
|
||||||
|
|
||||||
touch install-stamp
|
touch install-stamp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue