pve-docs/doc-debian/rules
Wolfgang Bumiller 49ee4d42a3 set destdir
The apache pve-docs.conf sites-available entry wasn't
installed to the staging directory but the running system.
2016-05-18 12:57:17 +02:00

15 lines
280 B
Makefile
Executable File

#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
PACKAGE=pve-docs
destdir := $(CURDIR)/debian/$(PACKAGE)
%:
dh $@
override_dh_install:
dh_install
install -D -m 0644 debian/pve-docs.conf $(destdir)/etc/apache2/sites-available/pve-docs.conf