Am 17.07.24 um 11:40 schrieb Max Carrara:
> diff --git a/src/PVE/Storage/Makefile b/src/PVE/Storage/Makefile
> index d5cc942..2627062 100644
> --- a/src/PVE/Storage/Makefile
> +++ b/src/PVE/Storage/Makefile

Since I tried to use this, mentioning for completeness, the Makefile is
missing an entry for Common.pm

> @@ -18,5 +18,6 @@ SOURCES= \
>  
>  .PHONY: install
>  install:
> +     make -C Common install
>       for i in ${SOURCES}; do install -D -m 0644 $$i 
> ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
>       make -C LunCmd install



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to