On Mon, Apr 4, 2011 at 9:38 PM, Simon Ruderich <si...@ruderich.org> wrote:
> Sorry. I tried the following.
>
> Works fine:
>
>    perl Build.PL --install_base ~/test
>    ./Build
>    ./Build install
>
> Works, but doesn't correctly replace the paths with my hacky
> solution. Exactly the problem you mentioned below.
>
>    perl Build.PL
>    ./Build
>    ./Build install --install_base ~/test
>
> Doesn't work:
>
>    perl Build.PL
>    ./Build --install_base ~/test
>    ./Build install

Yeah, that's exactly what I would expect.

> Good point. But how can I handle the problem? Is there no
> solution which works in all cases?

The obvious solution would be to move it from build time to (pre-)install time.

Leon

Reply via email to