summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-02 19:44:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-02 19:44:35 +0000
commitd6c8a45d2a9ca32397229bc8b27367deda42047d (patch)
tree13454e2e9031f8c33945fb8a3b099438f1c4647b /Configure
parent3053205a83960282828440e44a722460f57f1ecf (diff)
downloadperl-d6c8a45d2a9ca32397229bc8b27367deda42047d.tar.gz
installation directory fix from Andy Dougherty
(installstyle was being clobbered, spotted by Spider Boardman) p4raw-id: //depot/cfgperl@5446
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 2230760eb5..b788f76c1c 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Mar 2 19:38:01 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Thu Mar 2 21:42:14 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -4817,7 +4817,7 @@ case "$installstyle" in
*) dflt='lib/perl5' ;;
esac
;;
-*) dflt='lib/perl5' ;;
+*) dflt="$installstyle" ;;
esac
: Probably not worth prompting for this since we prompt for all
: the directories individually, and the prompt would be too long and