From 7807844e843610af49bf8e4a14dc5c15996b3cfe Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 7 Apr 2011 00:12:53 +0000 Subject: [PATCH] The builddir should not be a subdir of the source dir. --- sit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sit b/sit index 4eae95a..88c346e 100755 --- a/sit +++ b/sit @@ -114,7 +114,7 @@ WORKDIR=${WORKDIR_BASE}/${CATEGORY}/${PACKAGE}/${VERSION}$PREFIX_SUFFIX SRCDIR=${WORKDIR}/${P} # build directory (should be different from source directory): -BUILDDIR=${SRCDIR}/build +BUILDDIR=${WORKDIR}/build # logfile directory LOGDIR=${WORKDIR}