d/rules: drop code which is a no-op
Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
parent
77bdc50109
commit
0d55285ba6
|
@ -14,7 +14,3 @@ override_dh_auto_install:
|
||||||
cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
|
cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
|
||||||
ln -sf /etc/debian-cd/conf.sh \
|
ln -sf /etc/debian-cd/conf.sh \
|
||||||
debian/debian-cd/usr/share/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
|
|
||||||
|
|
Loading…
Reference in New Issue