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 similarity index 99% rename from LORENE.sh rename to 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"