aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from OpenSSL.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index ee6847d..4b8825b 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES OpenSSL
{
- SCRIPT OpenSSL.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS OPENSSL_INSTALL_DIR
}
diff --git a/OpenSSL.sh b/configure.sh
index 7b8506e..e55fe85 100644
--- a/OpenSSL.sh
+++ b/configure.sh
@@ -93,7 +93,7 @@ then
OPENSSL_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/OpenSSL.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "OpenSSL has already been built; doing nothing"