]> git.proxmox.com Git - pve-manager.git/commitdiff
buildsys: remove excess directory creations
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 20 Jun 2018 11:18:30 +0000 (13:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Jun 2018 12:08:36 +0000 (14:08 +0200)
/usr/share/$(PACKAGE) is used for country.dat, installed
with -D
/usr/share/man/man1 is defined as $(MAN1DIR) in
defines.mk and already created in bin/Makefile where it is
actually used.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index feaf3a030a67d6c02d7e8ac4e66b3ae5478724e4..d6837cf35b5bba667d3f17ae8ca4428599f13535 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,6 @@ upload: ${DEB} check
 .PHONY: install
 install: vzdump-hook-script.pl
        install -d -m 0700 -o www-data -g www-data ${DESTDIR}/var/log/pveproxy
-       install -d ${DESTDIR}/usr/share/${PACKAGE}
-       install -d ${DESTDIR}/usr/share/man/man1
        install -d ${DOCDIR}/examples
        install -d ${DESTDIR}/var/lib/${PACKAGE}
        install -d ${DESTDIR}/var/lib/vz/images