summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorJeff Okamoto <okamoto@hpcc123.corp.hp.com>1997-05-13 15:28:04 -0700
committerChip Salzenberg <chip@atlantic.net>1997-05-16 10:15:00 +1200
commit08a33705b59993dadda44188f87779b8404429f4 (patch)
tree21e5d3dce4d1808761782d074f177f1183c19f2f /hints/hpux.sh
parentba51d756f9ffaa3939ada6861397f27ce3967220 (diff)
downloadperl-08a33705b59993dadda44188f87779b8404429f4.tar.gz
Fix default HP-UX installation path
private-msgid: 199705132228.AA227042483@hpcc123.corp.hp.com
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 973631c227..ab04e9b82e 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