From e6446ca03b40b88f6a187a4d8414c70b06eb52e4 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 26 Oct 2014 06:51:34 -0700 Subject: Continue to put APT's extended_states in /var/lib. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3