aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.ccl2
-rwxr-xr-xconfigure.sh (renamed from libjpeg.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 77d6354..fdea56c 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES libjpeg
{
- SCRIPT libjpeg.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS LIBJPEG_INSTALL_DIR
}
diff --git a/libjpeg.sh b/configure.sh
index 5ce35c7..c09ed73 100755
--- a/libjpeg.sh
+++ b/configure.sh
@@ -70,7 +70,7 @@ then
LIBJPEG_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/libjpeg.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "libjpeg has already been built; doing nothing"