aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-13 15:01:09 +0100
committerLoïc Minier <lool@dooz.org>2009-12-13 15:01:44 +0100
commit38fd3f47cb0a0317c8a924c2582213422b28d1bb (patch)
treebef747a9b1c5530e387646f12f8e9d2f948caf8a /pbuilderrc
parent49ad693cf2877b29a71d5c7ca32d049fc50a18cf (diff)
downloadpbuilder-38fd3f47cb0a0317c8a924c2582213422b28d1bb.tar
pbuilder-38fd3f47cb0a0317c8a924c2582213422b28d1bb.tar.gz
Use debootstrap by default instead of cdebootstrap
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-xpbuilderrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilderrc b/pbuilderrc
index 10d5fdf..77873d7 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -74,8 +74,8 @@ export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
# SHELL variable is used inside pbuilder by commands like 'su'; and they need sane values
export SHELL=/bin/bash
-# The name of debootstrap command.
-DEBOOTSTRAP="cdebootstrap"
+# The name of debootstrap command, you might want "cdebootstrap".
+DEBOOTSTRAP="debootstrap"
# default file extension for pkgname-logfile
PKGNAME_LOGFILE_EXTENTION="_$(dpkg --print-architecture).build"