]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: use correct perl vendorarch path again
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 12:08:43 +0000 (14:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 12:08:43 +0000 (14:08 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Makefile

index e5bdb3c1d1caa03c8cd098ec886b84594a7ef323..10291a63643ccdf7f4d22cc1649386aee593085b 100644 (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:=..