Fucking debian

This commit is contained in:
Alarig Le Lay 2019-01-24 22:24:22 +01:00
父節點 f7dc615dd4
當前提交 77de2871e3
共有 1 個文件被更改,包括 7 次插入1 次删除

8
debian/rules vendored
查看文件

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