aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules4
1 files changed, 3 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index 9424ec8..7808a96 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -494,7 +494,9 @@ function extractbuildplace () {
fi
mountproc
- mkdir -p "$BUILDPLACE/tmp/buildd"
+ # FIXME maybe add more checks here? - actually it's not even really needed,
+ # since it's created at chroot creation time too.
+ mkdir -p "${BUILDPLACE}${BUILDDIR}"
}
function echobacktime () {