Browse Source

lib/functions.in: fixed automatic perl package handling to install into the vendor directory as this is the right place for perl packages provided by distributions

Note:

See: http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
user/chris/test/patchcksum
Christian Wiese 13 years ago
parent
commit
aabb0ba832
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/functions.in

+ 1
- 1
lib/functions.in

@ -981,7 +981,7 @@ build_this_package() {
else # styles that include a make run
if [ ! -f Makefile -a ! -f makefile -a \
-f Makefile.PL -a $runmkpl = 1 ]; then
perl Makefile.PL ${plconfopt:-INSTALLDIRS=perl}
perl Makefile.PL ${plconfopt:-INSTALLDIRS=vendor}
fi
#
if [ ! -f Makefile -a ! -f makefile -a \

Loading…
Cancel
Save