Subject: | Some vendor directories missing in search path |
Two more vendor directories (installvendorscript and installvendorarch)
are missing in perlindex's search path. A patch fixing this problem is
attached.
Regards,
Slaven
Subject: | perlindex-vendor.patch |
#
#
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####
#### Patch data follows ####
diff -up '../build/perlindex-1.502-E2X9f3/perlindex.PL' 'perlindex-1.502/perlindex.PL'
Index: ./perlindex.PL
--- ./perlindex.PL Sun Jul 2 10:39:22 2006
+++ ./perlindex.PL Thu Jan 3 18:36:53 2008
@@ -183,7 +183,7 @@ if ($opt_index) {
unless (@ARGV) { # breaks compatibility :-(
my %seen;
my @perllib = grep(length && -d && !$seen{$_}++,
- @Config{qw(installprivlib installarchlib installsitelib installvendorlib installscript installsitearch)});
+ @Config{qw(installprivlib installarchlib installvendorarch installsitelib installvendorlib installscript installvendorscript installsitearch)});
for $dir (@perllib) {
print "Scanning $dir ... \n";
#### End of Patch data ####
#### ApplyPatch data follows ####
# Data version : 1.0
# Date generated : Thu Jan 3 18:39:34 2008
# Generated by : makepatch 2.00_12*
# Recurse directories : Yes
# Excluded files : (\A|/).*\~\Z
# (\A|/).*\.a\Z
# (\A|/).*\.bak\Z
# (\A|/).*\.BAK\Z
# (\A|/).*\.elc\Z
# (\A|/).*\.exe\Z
# (\A|/).*\.gz\Z
# (\A|/).*\.ln\Z
# (\A|/).*\.o\Z
# (\A|/).*\.obj\Z
# (\A|/).*\.olb\Z
# (\A|/).*\.old\Z
# (\A|/).*\.orig\Z
# (\A|/).*\.rej\Z
# (\A|/).*\.so\Z
# (\A|/).*\.Z\Z
# (\A|/)\.del\-.*\Z
# (\A|/)\.make\.state\Z
# (\A|/)\.nse_depinfo\Z
# (\A|/)core\Z
# (\A|/)tags\Z
# (\A|/)TAGS\Z
# p 'perlindex.PL' 19083 1199381813 0100755
#### End of ApplyPatch data ####
#### End of Patch kit [created: Thu Jan 3 18:39:34 2008] ####
#### Patch checksum: 47 1981 61388 ####
#### Checksum: 65 2605 47392 ####