Subject: | no way to make installation use vendor instead of site |
when attempting to build packages and requisites I am unable to make
cpan2dist accept INSTALLDIRS.
setting verbose I get :
Running [/usr/bin/perl /usr/bin/cpanp-run-perl Makefile.PL
INSTALLDIRS=site INSTALLSCRIPT=/usr/local/bin]
for each package despite passing :
--dist-opts INSTALLDIRS=vendor makemakerflags="INSTALLDIRS=vendor"
as an argument to cpan2dist as below :
cpan2dist --format CPANPLUS::Dist::Deb --buildprereq --archive
~/uploads/some_package.tgz --timeout 0 --default-ignorelist --ignorelist
debian_ignore core_ignore --force --logfile cpan2dist.log --dist-opts
INSTALLDIRS=vendor makemakerflags="INSTALLDIRS=vendor" --verbose 1
manually adding INSTALLDIRS to dozens of Makefiles and rebuilding the
.deb packages is neither fun nor productive :(