]> git.proxmox.com Git - pve-cluster.git/commit
change installarchlib to vendorarch
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 4 Apr 2017 12:40:58 +0000 (14:40 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 5 Apr 2017 10:10:20 +0000 (12:10 +0200)
commitc5395a4c3fdb948f50a97fcd07359bd1f358c50c
tree3229ae37b3147a6f3949c876321df970068da11f
parentf5b6ea100c103388ddf87f92171842ae4fe3ac16
change installarchlib to vendorarch

installarchlib is
/usr/lib/<arch>/perl/5.24
which is only a symlink provided by libperl5.24 and not suited
to install files in it directly

vendorarch is
/usr/lib/<arch>/perl5/5.24
which is the correct location for installing arch libraries
(we already use this in librados2-perl)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
data/PVE/Makefile.am
data/configure.ac