diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-24 06:08:00 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-24 06:08:00 -0700 |
commit | 2eef6631860e965f33d3b0293a8bceea6effd87b (patch) | |
tree | 0c6c9d6ce4058599f2a9b4dd0d11a9b31ff239b6 /makefile | |
parent | 8dbf3abcb8f58f116d61a604201a8f53732471a9 (diff) |
Don't use /System/Library/LaunchDaemons for Cydia.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -153,8 +153,8 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion $ cp -a sysroot/usr/bin/du _/usr/libexec/cydia cp -a cfversion _/usr/libexec/cydia - mkdir -p _/System/Library - cp -a LaunchDaemons _/System/Library/LaunchDaemons + mkdir -p _/Library + cp -a LaunchDaemons _/Library/LaunchDaemons mkdir -p _/Applications cp -a MobileCydia.app _/Applications/Cydia.app |