Fucking debian
This commit is contained in:
parent
f7dc615dd4
commit
77de2871e3
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -1,12 +1,18 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
DESTDIR=$$(pwd)/debian/proxmox-routing
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
$(MAKE) DESTDIR=$$(pwd)/debian/proxmox-routing install
|
$(MAKE) DESTDIR=$(DESTDIR) install
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
@
|
@
|
||||||
|
|
||||||
override_dh_usrlocal:
|
override_dh_usrlocal:
|
||||||
@
|
@
|
||||||
|
|
||||||
|
override_dh_auto_clean:
|
||||||
|
if [ -d "$(DESTDIR)" ]; then rm -r $(DESTDIR); fi
|
||||||
|
|
Loading…
Reference in a new issue