summaryrefslogtreecommitdiff
path: root/postinst.mm
diff options
context:
space:
mode:
Diffstat (limited to 'postinst.mm')
-rw-r--r--postinst.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/postinst.mm b/postinst.mm
index 7c2fb68..10988bb 100644
--- a/postinst.mm
+++ b/postinst.mm
@@ -174,7 +174,7 @@ int main(int argc, const char *argv[]) {
#define NewCache_ "/var/mobile/Library/Caches/com.saurik.Cydia"
if (access(NewCache_ "/lists", F_OK) != 0 && errno == ENOENT) {
- system("su -c 'mkdir -p " NewCache_ "' mobile");
+ system("cd /; su -c 'mkdir -p " NewCache_ "' mobile");
system("cp -at " NewCache_ " /var/lib/apt/lists");
system("chown -R 501.501 " NewCache_ "/lists");
}