[Slackbuilds-users] perl-template needs updating
B Watson
yalhcru at gmail.com
Mon Aug 22 01:47:40 UTC 2016
This stuff:
perl Build.PL \
prefix /usr \
installdirs vendor
./Build
./Build test
./Build install \
--destdir $PKG \
--install_path bindoc=/usr/man/man1 \
--install_path libdoc=/usr/man/man3
...every time I've tried to use it, I get:
Too early to specify a build action 'prefix'. Do 'Build prefix' instead.
But this works:
perl Build.PL
./Build
./Build test
./Build install \
--prefix /usr \
--installdirs vendor \
--destdir $PKG \
--install_path bindoc=/usr/man/man1 \
--install_path libdoc=/usr/man/man3
More information about the SlackBuilds-users
mailing list