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:
parent
ce0d9f049a
commit
559b52ac46
@ -8,7 +8,7 @@ if [ "$OPENSSL"x = "x" -o ! -x "$OPENSSL" ]; then
|
|||||||
OPENSSL='openssl'
|
OPENSSL='openssl'
|
||||||
export OPENSSL
|
export OPENSSL
|
||||||
fi
|
fi
|
||||||
DIR=/usr/ssl
|
DIR=/usr/local/ssl
|
||||||
PATH=$DIR/bin:$PATH
|
PATH=$DIR/bin:$PATH
|
||||||
|
|
||||||
if [ ! -f "$OPENSSL" ]; then
|
if [ ! -f "$OPENSSL" ]; then
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# funny stuff
|
# funny stuff
|
||||||
#
|
#
|
||||||
|
|
||||||
$INSTALLTOP="/usr/ssl";
|
$INSTALLTOP="/usr/local/ssl";
|
||||||
|
|
||||||
$ssl_version="0.9.2b";
|
$ssl_version="0.9.2b";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user