projects
/
pve-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5771d9b
)
set destdir
author
Wolfgang Bumiller
<w.bumiller@proxmox.com>
Wed, 18 May 2016 09:19:11 +0000
(11:19 +0200)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 18 May 2016 10:57:17 +0000
(12:57 +0200)
The apache pve-docs.conf sites-available entry wasn't
installed to the staging directory but the running system.
doc-debian/rules
patch
|
blob
|
blame
|
history
diff --git
a/doc-debian/rules
b/doc-debian/rules
index e6f2769b248f9710160065726eb59980fd6f0c50..d4e2f6bf661a36270af78b5bcb23ac7f43cb67f9 100755
(executable)
--- 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 $@