summaryrefslogtreecommitdiff
path: root/utils/h2ph.PL
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-07-05 04:08:07 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-07-05 04:08:07 +0000
commit8e9b87bd766a930cba5db7560ae052a0334e5aa1 (patch)
tree1538ed753735987fa1056f3ded19d58948bb54ef /utils/h2ph.PL
parent1050c9ca5d3ffb9f04880734b2555ce0f703f664 (diff)
downloadperl-8e9b87bd766a930cba5db7560ae052a0334e5aa1.tar.gz
perl 5.003_01: utils/h2ph.PL
Write output to "install into" directory, not "apparent installed" directory (the two may differ under e.g. AFS)
Diffstat (limited to 'utils/h2ph.PL')
-rw-r--r--utils/h2ph.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2ph.PL b/utils/h2ph.PL
index 370aa87213..951705a6dc 100644
--- a/utils/h2ph.PL
+++ b/utils/h2ph.PL
@@ -34,7 +34,7 @@ $Config{'startperl'}
'ds 00 \"';
'ig 00 ';
-\$perlincl = "$Config{archlibexp}";
+\$perlincl = "$Config{installsitearchlib}";
!GROK!THIS!