From: Bodo Möller Date: Thu, 6 May 1999 23:46:26 +0000 (+0000) Subject: Restored path names that were changed by a previous "Configure" run. X-Git-Tag: OpenSSL_0_9_3beta1~139 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=559b52ac46a03a0d2870db032730a2ac2dbc2022 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: --- diff --git a/tools/c_rehash b/tools/c_rehash index d89ab38e64..cc3b65871f 100644 --- a/tools/c_rehash +++ b/tools/c_rehash @@ -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 diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 438097b600..7749505c50 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -5,7 +5,7 @@ # funny stuff # -$INSTALLTOP="/usr/ssl"; +$INSTALLTOP="/usr/local/ssl"; $ssl_version="0.9.2b";