15 lines
317 B
Makefile
Executable File
15 lines
317 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- DESTDIR=debian/live-build
|
|
|
|
# Removing unused files
|
|
rm -f debian/live-build/usr/share/doc/live-build/COPYING
|
|
|
|
override_dh_link:
|
|
# workaround dh_link conversion of absolute symlinks to relative symlinks
|
|
dh_link -X/bootloaders/
|