Re: Making custom install_paths subject to destdir/prefix handling?

2007-02-10 Thread Ken Williams
On Feb 10, 2007, at 5:51 AM, Julian Mehnle wrote: Hi all, how can I make custom install_paths subject to Module::Build's destdir/ prefix handling? It should be done automatically. Are you seeing otherwise? -Ken

Re: Module::Build->y_n does not seem to set $|

2007-02-10 Thread Andreas J. Koenig
> On Wed, 7 Feb 2007 18:38:00 -0600, Ken Williams <[EMAIL PROTECTED]> said: > On Feb 5, 2007, at 10:32 PM, Andreas J. Koenig wrote: >> >> Of course, this has a different focus on an X11 application, but when >> Module::Build is run from an X11 app, it might be relevant. > Yeah, but I

Making custom install_paths subject to destdir/prefix handling?

2007-02-10 Thread Julian Mehnle
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 b