From eccdda30d451da5a237229f94f1ae2212a0c8ba8 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Thu, 25 Oct 2007 08:24:01 +0900 Subject: set COMPONENTS default value --- pbuilderrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbuilderrc') diff --git a/pbuilderrc b/pbuilderrc index f24838b..f97456e 100755 --- a/pbuilderrc +++ b/pbuilderrc @@ -18,8 +18,8 @@ BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" #DISTRIBUTION=lenny -# specifying the components of the distribution (default is "main") -#COMPONENTS="main contrib non-free" +# specifying the components of the distribution +COMPONENTS="main" #specify the cache for APT APTCACHE="/var/cache/pbuilder/aptcache/" APTCACHEHARDLINK="yes" -- cgit v1.2.3