mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +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 \
|
perl Build.PL \
|
||||||
--prefix /usr \
|
--prefix /usr \
|
||||||
--install_path libdoc=/usr/man/man3 \
|
--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
|
--destdir $PKG
|
||||||
|
|
||||||
./Build
|
./Build
|
||||||
|
|
Loading…
Reference in a new issue