From 38fd3f47cb0a0317c8a924c2582213422b28d1bb Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sun, 13 Dec 2009 15:01:09 +0100 Subject: Use debootstrap by default instead of cdebootstrap --- pbuilderrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbuilderrc') 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" -- cgit v1.2.3