13 lines
239 B
Makefile
Executable file
13 lines
239 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@}
|
|
|
|
override_dh_auto_configure:
|
|
LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
|
|
# Removing useless file
|
|
rm -f debian/zutils/usr/share/info/dir*
|