From b0913cb018224e3dd13b2bcc2f9d6c52dba53de6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 31 May 2023 14:08:43 +0200 Subject: [PATCH] buildsys: use correct perl vendorarch path again Signed-off-by: Thomas Lamprecht --- src/PVE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Makefile b/src/PVE/Makefile index e5bdb3c..10291a6 100644 --- a/src/PVE/Makefile +++ b/src/PVE/Makefile @@ -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:=.. -- 2.39.2