From: Jay Freeman (saurik) Date: Wed, 21 Oct 2009 06:21:52 +0000 (+0000) Subject: Removed unused and thereby broken LaunchDaemon configuration. X-Git-Tag: v0.9.432~299 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/7e97e3d8206be7e57a15368932bf035f85f5b54c?ds=inline Removed unused and thereby broken LaunchDaemon configuration. --- diff --git a/makefile b/makefile index ec92c13..6827307 100644 --- a/makefile +++ b/makefile @@ -95,7 +95,7 @@ $(deb): $(all) mkdir -p package/DEBIAN sed -e 's/#/$(svn)/' control >package/DEBIAN/control mkdir -p package/System/Library/LaunchDaemons - cp -a com.saurik.Cyrver.plist package/System/Library/LaunchDaemons + #cp -a com.saurik.Cyrver.plist package/System/Library/LaunchDaemons mkdir -p package/Library/MobileSubstrate/DynamicLibraries if [[ -e Settings.plist ]]; then \ mkdir -p package/Library/PreferenceLoader/Preferences; \