diff options
author | Jay Freeman <saurik@saurik.com> | 2008-07-13 11:42:02 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-07-13 11:42:02 +0000 |
commit | 1688ee18736d0509c30832a5429fac69f48184fa (patch) | |
tree | 5a0252513882e114e4bd9a0719b564beaac9b98e /data/cydia/make.sh | |
parent | fb2e308a1de8ca4972140028287ce72ff456097c (diff) |
Merged to latest Cydia.
git-svn-id: http://svn.telesphoreo.org/trunk@358 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/cydia/make.sh')
-rw-r--r-- | data/cydia/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/cydia/make.sh b/data/cydia/make.sh index d07c44319..e7dbd3852 100644 --- a/data/cydia/make.sh +++ b/data/cydia/make.sh @@ -7,8 +7,8 @@ pkg: cp -a Library /usr/libexec/cydia pkg: cp -a exec /usr/libexec/cydia pkg: cp -a %/alert /usr/libexec/cydia -pkg: mkdir -p /System/Library/LaunchDaemons -pkg: mv /usr/libexec/cydia/com.saurik.Cydia.Firmware /System/Library/LaunchDaemons +pkg: mkdir -p /System/Library +pkg: cp -a LaunchDaemons /System/Library pkg: mkdir /Applications pkg: cp -a Cydia.app /Applications |