d/rules: drop code which is a no-op

Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
Holger Levsen 2019-01-14 13:01:48 +01:00
parent 77bdc50109
commit 0d55285ba6
1 changed files with 0 additions and 4 deletions

4
debian/rules vendored
View File

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