Restored path names that were changed by a previous "Configure" run.

(Rather than changing the files in places, we really should use .in files.)
Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller 1999-05-06 23:46:26 +00:00
parent ce0d9f049a
commit 559b52ac46
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ if [ "$OPENSSL"x = "x" -o ! -x "$OPENSSL" ]; then
OPENSSL='openssl'
export OPENSSL
fi
DIR=/usr/ssl
DIR=/usr/local/ssl
PATH=$DIR/bin:$PATH
if [ ! -f "$OPENSSL" ]; then

View File

@ -5,7 +5,7 @@
# funny stuff
#
$INSTALLTOP="/usr/ssl";
$INSTALLTOP="/usr/local/ssl";
$ssl_version="0.9.2b";