Make sure Perl scripts are installed in the right location#1660
Make sure Perl scripts are installed in the right location#1660damianam merged 5 commits intoeasybuilders:developfrom
Conversation
|
@willfurnass Can you give these changes your seal of approval? |
|
@ocaisa Yep, although not sure if setting |
| def extra_options(): | ||
| """Add extra config options specific to Perl.""" | ||
| extra_vars = { | ||
| 'force_scripts_installdir': [False, "Force all scripts to be installed in the installation bin directory " |
There was a problem hiding this comment.
False is backwards compatible, True would automatically solve this problem and probably does no harm...but I can't be sure.
There was a problem hiding this comment.
@ocaisa I see no reason to not always do this... scripts to into <prefix>/bin by default anyway, right?
There was a problem hiding this comment.
I'd consider that any of these scripts not ending up in $EBROOTPERL/bin is a bug and therefore I wouldn't worry about backwards compatibility. I wouldn't make this change optional either. @boegel ?
always specify -Dinstallscript and -Dscriptdir* configure options for Perl
Should fix #1659