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