aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder b/pbuilder
index 377d2fe..17cf9cf 100755
--- a/pbuilder
+++ b/pbuilder
@@ -68,7 +68,7 @@ File extracted to: $BUILDPLACE
"
fi
executehooks "F"
- chroot "$BUILDPLACE" bin/bash
+ ${CHROOTEXEC} bin/bash
save_aptcache
trap umountproc_cleanbuildplace exit
@@ -109,7 +109,7 @@ File extracted to: $BUILDPLACE
cat "$EXECPROGRAM" > "$RUNNAME"
chmod a+x "$RUNNAME"
executehooks "F"
- chroot "$BUILDPLACE" /run "$@"
+ ${CHROOTEXEC} /run "$@"
save_aptcache
trap umountproc_cleanbuildplace exit