diff options
author | dancer <dancer> | 2004-09-12 22:45:00 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-09-12 22:45:00 +0000 |
commit | f83b50584406bd84a38551b96d0977295e96711e (patch) | |
tree | 571b5d59a6a5fcbf81a23d413970dca0add29a65 /pbuilder-modules | |
parent | c1f772afee09ff84fe0384c683b8ada314231c28 (diff) | |
download | pbuilder-f83b50584406bd84a38551b96d0977295e96711e.tar pbuilder-f83b50584406bd84a38551b96d0977295e96711e.tar.gz |
gah.
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 81cbbd2..bd6b190 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -230,8 +230,8 @@ 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 $NONUSMIRRORSITE $DISTRIBUTION/non-US main +#deb-src $NONUSMIRRORSITE $DISTRIBUTION/non-US main EOF fi if [ -n "$APTCONFDIR" ]; then |