diff --git a/debian/rules b/debian/rules index 32cd5ab4..ffc9e73e 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,3 @@ override_dh_auto_install: cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh ln -sf /etc/debian-cd/conf.sh \ debian/debian-cd/usr/share/debian-cd/CONF.sh - 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 \ - -a \! -name boot-hurd -a \! -name '*common' | xargs chmod 0755