9 línte
104 B
Makefile
Comhad Infheidhmithe
9 línte
104 B
Makefile
Comhad Infheidhmithe
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_install:
|
|
PREFIX=debian/tmp dh_auto_install
|
|
|