summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-01-16 17:00:56 +0100
committerMichael Vogt <mvo@debian.org>2014-01-16 17:00:56 +0100
commit796a0eff1acebe858632c344e77bfc3189b2244f (patch)
tree3b2ef23ff296152925bb6dd90988925d78cfc14d /apt-pkg/sourcelist.cc
parent7037aab52fc935298b033a4c7ba7ccb5b697622e (diff)
rename "distribution" in sources.list to "suite"
Diffstat (limited to 'apt-pkg/sourcelist.cc')
-rw-r--r--apt-pkg/sourcelist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc
index fe0eace07..ddebd206d 100644
--- a/apt-pkg/sourcelist.cc
+++ b/apt-pkg/sourcelist.cc
@@ -85,7 +85,7 @@ bool pkgSourceList::Type::ParseStanza(vector<metaIndex *> &List,
return false;
}
- string Dist = Tags.FindS("Dist");
+ string Dist = Tags.FindS("Suite");
Dist = SubstVar(Dist,"$(ARCH)",_config->Find("APT::Architecture"));
// Define external/internal options