aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-08 16:31:43 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-08-08 16:31:43 +0000
commit78883ba5a362e09b6ec1f824881dc3cf3eb73f53 (patch)
tree3fa8f35186cbb3d81a622a189efcdfc5f5b9907c /pbuilder
parentf3b72f3dbb0205a30f5ef6dc0ccba4bf610b1903 (diff)
downloadpbuilder-78883ba5a362e09b6ec1f824881dc3cf3eb73f53.tar
pbuilder-78883ba5a362e09b6ec1f824881dc3cf3eb73f53.tar.gz
parametrize the build directory using the conf option BUILDDIR
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder b/pbuilder
index d816183..424dc4e 100755
--- a/pbuilder
+++ b/pbuilder
@@ -56,7 +56,7 @@ case "$1" in
. /usr/lib/pbuilder/pbuilder-runhooks
extractbuildplace
trap umountproc_cleanbuildplace_trap exit sighup
- copyinputfile "${BUILDPLACE}/tmp/buildd"
+ copyinputfile "${BUILDPLACE}$BUILDDIR"
loadhooks
recover_aptcache
trap saveaptcache_umountproc_cleanbuildplace_trap exit sighup
@@ -111,7 +111,7 @@ File extracted to: $BUILDPLACE
extractbuildplace
trap umountproc_cleanbuildplace_trap exit sighup
- copyinputfile "${BUILDPLACE}/tmp/buildd"
+ copyinputfile "${BUILDPLACE}$BUILDDIR"
loadhooks
recover_aptcache
trap saveaptcache_umountproc_cleanbuildplace_trap exit sighup