[Module-build-general] Re: Proposal for Module::Build installation dirs
Status: Beta
Brought to you by:
kwilliams
|
From: Abigail <ab...@ab...> - 2003-07-03 13:25:16
|
On Wed, May 14, 2003 at 12:14:02PM -0500, Ken Williams wrote: > > This means we can let people specify a family of defaults using an > "installdirs" parameter set to one of three options: > > 'installdirs' set to: > core site vendor > > results in the following defaults from Config.pm: > > arch => installarchlib installsitearch installvendorarch > lib => installprivlib installsitelib installvendorlib > bin => installbin installsitebin installvendorbin > script => installscript installscript installscript > man1 => installman1dir installsiteman1dir > installvendorman1dir > man3 => installman3dir installsiteman3dir > installvendorman3dir Is the row for 'script' a typo, or are indeed all scripts, whether they are core, site and vendor always placed in the same directory? Abigail |