Re: Install custom files
[email protected] (Leon Timmermans) Tue, 5 Apr 2011 12:44:28 +0200
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Apr 4, 2011 at 9:38 PM, Simon Ruderich <[email protected]> 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