summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-24 06:08:00 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-24 06:08:00 -0700
commit2eef6631860e965f33d3b0293a8bceea6effd87b (patch)
tree0c6c9d6ce4058599f2a9b4dd0d11a9b31ff239b6 /makefile
parent8dbf3abcb8f58f116d61a604201a8f53732471a9 (diff)
Don't use /System/Library/LaunchDaemons for Cydia.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index f4834ce..8875c78 100644
--- a/makefile
+++ b/makefile
@@ -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