aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2012-06-12 18:28:50 +0000
committereschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2012-06-12 18:28:50 +0000
commit014c0010e7ff4983537e367bc73f10b292f1df83 (patch)
treec5157a00e02581842d0f9b747161b0966cb26a78
parent6ac04c78a26e5c1892eb11f104844e89cddb2285 (diff)
Rename configuration script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@19 ba58616d-3abc-4c77-8745-3ba8ad4a582f
-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"