aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@d47fded2-66c1-406f-af09-4fc0800f9c6b>2012-06-12 18:29:00 +0000
committereschnett <eschnett@d47fded2-66c1-406f-af09-4fc0800f9c6b>2012-06-12 18:29:00 +0000
commit8d055d2b06fba80de346ed3ebcda30f3737a32cc (patch)
treea4de0b2f0e1b700ab39a0009d1ca8b0ce6098de9
parent7c3fd696f1d8f2c873323e58e12915ebbdd74ed6 (diff)
Rename configuration script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/zlib/trunk@13 d47fded2-66c1-406f-af09-4fc0800f9c6b
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from zlib.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 9965dcf..9159901 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES zlib
{
- SCRIPT zlib.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS ZLIB_DIR ZLIB_INSTALL_DIR
}
diff --git a/zlib.sh b/configure.sh
index 629edd5..294ebf8 100644
--- a/zlib.sh
+++ b/configure.sh
@@ -95,7 +95,7 @@ then
ZLIB_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/zlib.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "zlib has already been built; doing nothing"