diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-02 19:44:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-02 19:44:35 +0000 |
commit | d6c8a45d2a9ca32397229bc8b27367deda42047d (patch) | |
tree | 13454e2e9031f8c33945fb8a3b099438f1c4647b /Configure | |
parent | 3053205a83960282828440e44a722460f57f1ecf (diff) | |
download | perl-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-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |