Ignoring.. or controling Build install installbase=...
Alberto Simões <[email protected]> Sat, 12 Jun 2010 15:01:31 +0100
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Organization | Departamento de Informática - Universi dade do Minho |
| Message-ID | <[email protected]> |
Hello
I am preparing a package that has some C code that needs a full path
compiled in.
I am using, during Build.PL first run,
$builder->install_destination("bin");
But, if the user issues a build install with a different installbase,
things will not work.
I have two options:
1) disable the installbase option to the Build install action
2) make the install action recompile everything again
What is the more cleaner approach?
TIA :)
--
Alberto Simões