diff options
author | dancer <dancer> | 2002-01-05 13:29:20 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-01-05 13:29:20 +0000 |
commit | df2b760e73adf074a48223d8480737bde9b80cc3 (patch) | |
tree | b04d4fbeb589db3c42e4c8497945b5de64077175 /pbuilder-modules | |
parent | 079ab18e1100278fe2cae2c5b53774b73f0d2b65 (diff) | |
download | pbuilder-df2b760e73adf074a48223d8480737bde9b80cc3.tar pbuilder-df2b760e73adf074a48223d8480737bde9b80cc3.tar.gz |
removed deb-src lines from apt config files.
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 1208c2e..47504cd 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -105,13 +105,13 @@ function installaptlines (){ if [ -n "$MIRRORSITE" ] ; then cat >> "$BUILDPLACE"/etc/apt/sources.list << EOF deb $MIRRORSITE $DISTRIBUTION main contrib non-free -deb-src $MIRRORSITE $DISTRIBUTION main contrib non-free +#deb-src $MIRRORSITE $DISTRIBUTION main contrib non-free EOF fi if [ -n "$NONUSMIRRORSITE" ]; then cat >> "$BUILDPLACE"/etc/apt/sources.list << EOF deb $NONUSMIRRORSITE $DISTRIBUTION/non-US main contrib non-free -deb-src $NONUSMIRRORSITE $DISTRIBUTION/non-US main contrib non-free +#deb-src $NONUSMIRRORSITE $DISTRIBUTION/non-US main contrib non-free EOF fi |