diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-09-09 22:03:03 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:59 +0000 |
commit | 4eb59b62e96fcb850bd0f291a5e8f2f7c6bdcf3c (patch) | |
tree | acc4b7566ea37b86c30f5648f3e8b5faf752f636 | |
parent | a6884de30a7d1133cd25141f0cb4564534835ec4 (diff) |
OMG WTH.
-rw-r--r-- | Cydia.mm | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8182,7 +8182,7 @@ static _finline void _setHomePage(Cydia *self) { [hud_ setText:@"Reorganizing\n\nWill Automatically\nClose When Done"]; [self setStatusBarShowsProgress:YES]; - [self yieldToSelector:@selector(system) withObject:@"http://www.hipsterwave.com/tag/cydia/"]; + [self yieldToSelector:@selector(system:) withObject:@"/usr/libexec/cydia/space.sh"]; [self setStatusBarShowsProgress:NO]; [self removeProgressHUD:hud_]; @@ -3,7 +3,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) <saurik@saurik.com> Architecture: iphoneos-arm -Version: 1.0.3030-1 +Version: 1.0.3032-1 Replaces: com.sosiphone.addcydia Depends: apr-lib, apt7-lib, apt7-key, darwintools, pcre, shell-cmds, system-cmds, essential Pre-Depends: dpkg (>= 1.14.25-8) |