[pve-devel] applied: [PATCH manager] buildsys: remove excess directory creations
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jun 20 14:34:58 CEST 2018
On 6/20/18 1:18 PM, Wolfgang Bumiller wrote:
> /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
>
applied, thanks
More information about the pve-devel
mailing list