[pve-devel] [PATCH manager] buildsys: remove excess directory creations

Wolfgang Bumiller w.bumiller at proxmox.com
Wed Jun 20 13:18:30 CEST 2018


/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 at proxmox.com>
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index feaf3a03..d6837cf3 100644
--- 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
-- 
2.11.0





More information about the pve-devel mailing list