Hi all, how can I make custom install_paths subject to Module::Build's destdir/ prefix handling?
For example, I have
| my $build = $class->new(
| ...
| install_path => {
| 'sbin' => '/usr/sbin'
| },
| ...
| );
and I would like that path to be auto-adjusted by any "destdir" or "prefix"
options specified by the user installing the module. Can it be done?
Julian.
pgpEbhLAzBdSK.pgp
Description: PGP signature
