aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from LORENE.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index ecfbf8c..241a44d 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES LORENE
{
- SCRIPT LORENE.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS LORENE_DIR LORENE_INSTALL_DIR LORENE_EXTRA_LIB_DIRS LORENE_EXTRA_LIBS
}
diff --git a/LORENE.sh b/configure.sh
index 6cf047b..04bd849 100644
--- a/LORENE.sh
+++ b/configure.sh
@@ -56,7 +56,7 @@ then
LORENE_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/LORENE.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "LORENE has already been built; doing nothing"