From 8e9b87bd766a930cba5db7560ae052a0334e5aa1 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Fri, 5 Jul 1996 04:08:07 +0000 Subject: 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) --- utils/h2ph.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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! -- cgit v1.2.1