Fucking debian

Este commit está contenido en:
Alarig Le Lay 2019-01-24 22:24:22 +01:00
padre f7dc615dd4
commit 77de2871e3
Se han modificado 1 ficheros con 7 adiciones y 1 borrados

8
debian/rules vendido
Ver fichero

@ -1,12 +1,18 @@
#!/usr/bin/make -f
DESTDIR=$$(pwd)/debian/proxmox-routing
%:
dh $@
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/proxmox-routing install
$(MAKE) DESTDIR=$(DESTDIR) install
override_dh_auto_build:
@
override_dh_usrlocal:
@
override_dh_auto_clean:
if [ -d "$(DESTDIR)" ]; then rm -r $(DESTDIR); fi