diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-16 17:00:56 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-16 17:00:56 +0100 |
commit | 796a0eff1acebe858632c344e77bfc3189b2244f (patch) | |
tree | 3b2ef23ff296152925bb6dd90988925d78cfc14d /apt-pkg | |
parent | 7037aab52fc935298b033a4c7ba7ccb5b697622e (diff) |
rename "distribution" in sources.list to "suite"
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/sourcelist.cc | 2 |
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 |