mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-Class-Mix: Don't hardcode lib dir.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73331a40c7
commit
795ce1b32e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ find -L . \
|
|||
perl Build.PL \
|
||||
--prefix /usr \
|
||||
--install_path libdoc=/usr/man/man3 \
|
||||
--install_path lib=/usr/lib64/perl5/vendor_perl \
|
||||
--install_path lib=/usr/lib$LIBDIRSUFFIX/perl5/vendor_perl \
|
||||
--destdir $PKG
|
||||
|
||||
./Build
|
||||
|
|
Loading…
Reference in a new issue