]> git.saurik.com Git - apt.git/commitdiff
* revert commit:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Oct 2010 12:08:52 +0000 (14:08 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Oct 2010 12:08:52 +0000 (14:08 +0200)
  * apt-pkg/deb/debsystem.cc:
    - set dir::state::status based at least on dir
  This causes problems with alternative rootdirs

apt-pkg/deb/debsystem.cc

index ab08a8f4dafbb31c940519c375554e59ff40a684..7056d771d9e3755f49bc92fff096e12b740b6f36 100644 (file)
@@ -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", Cnf.FindDir("Dir", "/").append("var/lib/dpkg/status"));
+   Cnf.CndSet("Dir::State::status","/var/lib/dpkg/status");
    Cnf.CndSet("Dir::Bin::dpkg","/usr/bin/dpkg");
 
    if (StatusFile) {