debian-cd-clone/debian/rules

17 lines
307 B
Plaintext
Raw Normal View History

1999-11-11 17:27:05 -01:00
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
# #export DH_VERBOSE=1
1999-11-11 17:27:05 -01:00
%:
dh $@
1999-11-11 17:27:05 -01:00
override_dh_auto_clean:
:
1999-11-11 17:27:05 -01:00
override_dh_auto_install:
dh_install
cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
1999-11-11 17:27:05 -01:00
ln -sf /etc/debian-cd/conf.sh \
debian/debian-cd/usr/share/debian-cd/CONF.sh