From 49ee4d42a387cde88eb5df5d665d8b9cd2cd02b9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 18 May 2016 11:19:11 +0200 Subject: [PATCH] set destdir 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.39.2