aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
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