Really fix perms issues

This commit is contained in:
Steve McIntyre 2010-11-14 16:28:37 +00:00
parent 24a89bcdb7
commit 9ebb838735
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -32,7 +32,7 @@ install-stamp: build-stamp
find debian/debian-cd -name '.svn' | xargs -r rm -rf
find debian/debian-cd/usr/share/debian-cd/tools/boot \
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
-a \! -name '*.calc' -a \! -name boot-x86 | -a \! -name boot-kfreebsd | xargs chmod 0755
-a \! -name '*.calc' -a \! -name boot-x86 -a \! -name boot-kfreebsd | xargs chmod 0755
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 \