diff options
author | Martin Pitt <martin@piware.de> | 2010-10-13 14:22:29 +0200 |
---|---|---|
committer | Martin Pitt <martin@piware.de> | 2010-10-13 14:22:29 +0200 |
commit | eff581c2d4740bc439522e44538fd6f7f4069e06 (patch) | |
tree | 1ae241ddb802d596cf5fda083d6eb38f93ecb34d /apt-pkg | |
parent | 9c182afa045dc889a5025d166328c6115924d706 (diff) | |
parent | ea38b1e608db857d4845b7bf6275b2df1fb8c9e7 (diff) |
merge from trunk
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/deb/debsystem.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/deb/debsystem.cc b/apt-pkg/deb/debsystem.cc index ab08a8f4d..8619822df 100644 --- a/apt-pkg/deb/debsystem.cc +++ b/apt-pkg/deb/debsystem.cc @@ -164,8 +164,8 @@ bool debSystem::Initialize(Configuration &Cnf) /* These really should be jammed into a generic 'Local Database' engine which is yet to be determined. The functions in pkgcachegen should be the only users of these */ - Cnf.CndSet("Dir::State::extended_states", Cnf.FindDir("Dir::State").append("extended_states")); - Cnf.CndSet("Dir::State::status", Cnf.FindDir("Dir", "/").append("var/lib/dpkg/status")); + Cnf.CndSet("Dir::State::extended_states", "extended_states"); + Cnf.CndSet("Dir::State::status","/var/lib/dpkg/status"); Cnf.CndSet("Dir::Bin::dpkg","/usr/bin/dpkg"); if (StatusFile) { |