buildsys: use correct perl vendorarch path again

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-31 14:08:43 +02:00
parent 2f5f09cbd1
commit b0913cb018

View file

@ -5,7 +5,7 @@ MAN=$(DESTDIR)/usr/share/man
BASHCOMPLETION=$(DESTDIR)/usr/share/bash-completion/completions
ZSHCOMPLETION=$(DESTDIR)/usr/share/zsh/vendor-completions
PERL_VENDORARCH=$(shell perl -MConfig -e 'print $$Config(vendorarch);')
PERL_VENDORARCH=$(shell perl -MConfig -e 'print $$Config{vendorarch};')
PVE_VENDORARCH=$(DESTDIR)/$(PERL_VENDORARCH)/auto/PVE/IPCC
PERL_DOC_INC_DIRS:=..