From 1e9b8ff3e66e68bb2c96aa2a6287975b416f664f Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Mon, 22 Jan 2007 20:30:29 +0900 Subject: change buildd variant the default --- pbuilderrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pbuilderrc') diff --git a/pbuilderrc b/pbuilderrc index 196a0c0..7ec5f45 100755 --- a/pbuilderrc +++ b/pbuilderrc @@ -57,8 +57,9 @@ BUILDUSERNAME=pbuilder BINDMOUNTS="" # Set the debootstrap variant to 'buildd' type. -# DEBOOTSTRAPOPTS[0]='--variant=buildd' -unset DEBOOTSTRAPOPTS +DEBOOTSTRAPOPTS[0]='--variant=buildd' +# or unset it to make it not a buildd type. +# unset DEBOOTSTRAPOPTS # Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" -- cgit v1.2.3