17 lines
307 B
Makefile
Executable File
17 lines
307 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
# #export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_clean:
|
|
:
|
|
|
|
override_dh_auto_install:
|
|
dh_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
|