From d2b1fc3aaf80035f8999fc947a7536c476321aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sun, 13 Dec 2009 15:19:11 +0100 Subject: COMPONENTS is always set Don't fallback on another COMPONENTS default, it's already set in the pbuilder defaults --- pbuilder-modules | 3 --- 1 file changed, 3 deletions(-) (limited to 'pbuilder-modules') diff --git a/pbuilder-modules b/pbuilder-modules index 4b4ba1c..e048b68 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -346,9 +346,6 @@ function installaptlines (){ log "E: Distribution not specified, please specify" exit 1 fi - if [ -z "$COMPONENTS" ] ; then - COMPONENTS="main" - fi if [ -n "$OTHERMIRROR" ]; then echo "$OTHERMIRROR" | tr "|" "\n" >> "$BUILDPLACE"/etc/apt/sources.list fi -- cgit v1.2.3