diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-26 06:51:34 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-26 06:51:34 -0700 |
commit | e6446ca03b40b88f6a187a4d8414c70b06eb52e4 (patch) | |
tree | 5dae1abf9b89b452f0f320af4ce83fe7175befeb | |
parent | 45d867709e738809ae2cb4ea2ccb9767522d8629 (diff) |
Continue to put APT's extended_states in /var/lib.
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 859a2d0..72bcebd 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -10468,7 +10468,7 @@ int main(int argc, char *argv[]) { mkdir([Cache("lists") UTF8String], 0755); mkdir([Cache("lists/partial") UTF8String], 0755); mkdir([Cache("periodic") UTF8String], 0755); - _config->Set("Dir::State", [Cache_ UTF8String]); + _config->Set("Dir::State::Lists", [Cache("lists") UTF8String]); /* }}} */ /* Color Choices {{{ */ space_ = CGColorSpaceCreateDeviceRGB(); |