diff options
-rw-r--r-- | pbuilder-modules | 3 |
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 |