diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-13 15:19:11 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-13 15:19:11 +0100 |
commit | d2b1fc3aaf80035f8999fc947a7536c476321aea (patch) | |
tree | d2d0e42017a00f0d7bb953994bf9ea4da9d6a31a | |
parent | 24d8e253e264ea9ecc6996284c6b678cef37c115 (diff) | |
download | pbuilder-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
-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 |