diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-08-19 00:31:55 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-08-19 00:31:55 +0200 |
commit | 86f33b2382bbc8a4c06343801564f6a74e3081f4 (patch) | |
tree | 5dfa0d63ec7a36ac1d815ee4ba31ed247bdfc727 /apt-pkg/deb/debsystem.cc | |
parent | 754b55091a75ddf3be5bf39df0c5021ff3e567e0 (diff) |
* apt-pkg/deb/debsystem.cc:
- set dir::state::status based at least on dir
Diffstat (limited to 'apt-pkg/deb/debsystem.cc')
-rw-r--r-- | apt-pkg/deb/debsystem.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debsystem.cc b/apt-pkg/deb/debsystem.cc index 7056d771d..ab08a8f4d 100644 --- a/apt-pkg/deb/debsystem.cc +++ b/apt-pkg/deb/debsystem.cc @@ -165,7 +165,7 @@ bool debSystem::Initialize(Configuration &Cnf) 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","/var/lib/dpkg/status"); + Cnf.CndSet("Dir::State::status", Cnf.FindDir("Dir", "/").append("var/lib/dpkg/status")); Cnf.CndSet("Dir::Bin::dpkg","/usr/bin/dpkg"); if (StatusFile) { |