diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/c_rehash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |