aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2010-11-01 17:12:32 +0000
committerknarf <knarf@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2010-11-01 17:12:32 +0000
commit5d8bdf35a6cb01f7f0605389a8b439e2f606af77 (patch)
tree6aa771d84ae814d1dd566229aead1e2b0450887e
parent4cd4cee2ccc628d55bb6ab6e7e5572539999011e (diff)
fix build script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@5 ba58616d-3abc-4c77-8745-3ba8ad4a582f
-rwxr-xr-xlibjpeg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjpeg.sh b/libjpeg.sh
index 6959efb..23b147f 100755
--- a/libjpeg.sh
+++ b/libjpeg.sh
@@ -32,7 +32,7 @@ if [ -z "${LIBJPEG_DIR}" -o "${LIBJPEG_DIR}" = 'BUILD' ]; then
exec >&2 # Redirect stdout to stderr
set -x # Output commands
set -e # Abort on errors
- cd ${SCRATCH_DIR}
+ cd ${SCRATCH_BUILD}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
-a ${DONE_FILE} -nt ${SRCDIR}/libjpeg.sh ]
then