Fucking debian

This commit is contained in:
Alarig Le Lay 2019-01-24 22:24:22 +01:00
parent f7dc615dd4
commit 77de2871e3
1 changed files with 7 additions and 1 deletions

8
debian/rules vendored
View File

@ -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