From 5d8bdf35a6cb01f7f0605389a8b439e2f606af77 Mon Sep 17 00:00:00 2001 From: knarf Date: Mon, 1 Nov 2010 17:12:32 +0000 Subject: fix build script git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@5 ba58616d-3abc-4c77-8745-3ba8ad4a582f --- libjpeg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3