[pve-devel] [PATCH docs] set destdir

Wolfgang Bumiller w.bumiller at proxmox.com
Wed May 18 11:19:11 CEST 2016


The apache pve-docs.conf sites-available entry wasn't
installed to the staging directory but the running system.
---
 doc-debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc-debian/rules b/doc-debian/rules
index e6f2769..d4e2f6b 100755
--- a/doc-debian/rules
+++ b/doc-debian/rules
@@ -3,6 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PACKAGE=pve-docs
+destdir := $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@ 
 
-- 
2.1.4





More information about the pve-devel mailing list