From: Jeff Okamoto Date: Tue, 13 May 1997 22:28:04 +0000 (-0700) Subject: Fix default HP-UX installation path X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08a33705b59993dadda44188f87779b8404429f4;p=p5sagit%2Fp5-mst-13.2.git Fix default HP-UX installation path private-msgid: 199705132228.AA227042483@hpcc123.corp.hp.com --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 973631c..ab04e9b 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -164,7 +164,7 @@ toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"' # Comment this out if you don't want to follow the SVR4 filesystem layout # that HP-UX 10.0 uses case "$prefix" in -'') prefix='/opt/perl5.003' ;; +'') prefix='/opt/perl5' ;; esac # Date: Fri, 6 Sep 96 23:15:31 CDT