]> 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:55 +0000 (12:10 +0200)
commit7a7bea74a5642d6c544ef5f9bf5b47bd9e5d0174
tree13e45aad9110c29b90e8f7ed20e0f00ce03007d9
parent0d6228b8465df3d42607fa85fd3557c807c3146d
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