buildsys: use correct perl vendorarch path again
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2f5f09cbd1
commit
b0913cb018
1 changed files with 1 additions and 1 deletions
|
|
@ -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:=..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue