The builddir should not be a subdir of the source dir.

This commit is contained in:
Christoph Niethammer 2011-04-07 00:12:53 +00:00
parent b7c3af9346
commit 7807844e84

2
sit
View file

@ -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}