diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-13 15:01:09 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-13 15:01:44 +0100 |
commit | 38fd3f47cb0a0317c8a924c2582213422b28d1bb (patch) | |
tree | bef747a9b1c5530e387646f12f8e9d2f948caf8a /pbuilderrc | |
parent | 49ad693cf2877b29a71d5c7ca32d049fc50a18cf (diff) | |
download | pbuilder-38fd3f47cb0a0317c8a924c2582213422b28d1bb.tar pbuilder-38fd3f47cb0a0317c8a924c2582213422b28d1bb.tar.gz |
Use debootstrap by default instead of cdebootstrap
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |