diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2013-12-24 00:29:02 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2013-12-24 00:29:02 -0800 |
commit | 43f8a0e803bf3cbd8bc61e7236c2a870b8aab501 (patch) | |
tree | a03af3f2ca46cb56e01419758078ad8775560d4f | |
parent | 0ca262bb9f944ea517b874260aa26a56fad4b599 (diff) |
Stashing /usr/libexec is fatal if using evasi0n7.
-rwxr-xr-x | Library/free.sh | 1 | ||||
-rw-r--r-- | MobileCydia.mm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Library/free.sh b/Library/free.sh index 2e90608..0fbcd88 100755 --- a/Library/free.sh +++ b/Library/free.sh @@ -8,7 +8,6 @@ for dir in \ /Library/Ringtones \ /usr/include \ /usr/lib/pam \ - /usr/libexec \ /usr/share \ ; do . /usr/libexec/cydia/move.sh "$@" "${dir}" diff --git a/MobileCydia.mm b/MobileCydia.mm index 2546b3a..68b6fbc 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -10271,7 +10271,6 @@ _trace(); //Stash_("/usr/bin"); Stash_("/usr/include"); Stash_("/usr/lib/pam"); - Stash_("/usr/libexec"); Stash_("/usr/share"); //Stash_("/var/lib"); |