[Catalyst] Catalyst::Build ignores install_base argument for extras

Sebastian Riedel sri at oook.de
Sat May 7 18:09:07 CEST 2005


Am 07.05.2005 um 17:49 schrieb Juan Camacho:

>> We don't support install_base yet, patch welcome.
>>
>
> [twst at fry twst]$ diff -up Build.pm Build.pm.new
> --- Build.pm    2005-04-23 05:13:48.000000000 -0400
> +++ Build.pm.new        2005-05-07 11:34:28.000000000 -0400
> @@ -54,10 +54,8 @@ sub ACTION_fakeinstall {
>
>  sub ACTION_install_extras {
>      my $self   = shift;
> -    my $prefix = $self->{properties}{destdir} || '';
>      my $path   = dir(
> -        $prefix,
> -        $self->{config}{installsitelib},
> +        $self->install_destination('lib'),
>          split( '::', $self->{properties}{module_name} )
>      );
>      my @files = $self->_find_extras;

Ok, fixed the destdir problem, and applied.
Please make your diffs against trunk next time!

--
sebastian

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20050507/6ac19e3e/attachment.html


More information about the Catalyst mailing list