aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-13 15:19:11 +0100
committerLoïc Minier <lool@dooz.org>2009-12-13 15:19:11 +0100
commitd2b1fc3aaf80035f8999fc947a7536c476321aea (patch)
treed2d0e42017a00f0d7bb953994bf9ea4da9d6a31a /pbuilder-modules
parent24d8e253e264ea9ecc6996284c6b678cef37c115 (diff)
downloadpbuilder-d2b1fc3aaf80035f8999fc947a7536c476321aea.tar
pbuilder-d2b1fc3aaf80035f8999fc947a7536c476321aea.tar.gz
COMPONENTS is always set
Don't fallback on another COMPONENTS default, it's already set in the pbuilder defaults
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules3
1 files changed, 0 insertions, 3 deletions
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