diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-27 11:27:56 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-27 11:27:56 +0000 |
commit | f48c765bca16728c9d035f5b7e9b20e8e3670d56 (patch) | |
tree | 2e28c405254d880d5aed1a43ac559fb31fea28a3 | |
parent | 785e8fa2b75a799529d6799854e7791618a5c9b4 (diff) |
Adding ModMyiFone to the bootstrap package.
git-svn-id: http://svn.telesphoreo.org/trunk@120 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 58f75fbe3..642839a0c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,7 @@ chmod +s "${PKG_BOOT}/usr/libexec/cydia_/godmode" mkdir -p "${PKG_BOOT}/var/lib/dpkg/info" -PKG_REQS=(adv-cmds base bash coreutils cydia gawk grep inetutils less libarmfp nano network-cmds saurik sed shell-cmds system-cmds unzip zip) +PKG_REQS=(adv-cmds base bash coreutils cydia gawk grep inetutils less libarmfp modmyifone nano network-cmds saurik sed shell-cmds system-cmds unzip zip) cd "${PKG_BASE}/data" PKG_REQS=($(find -L "${PKG_REQS[@]}" | while read -r line; do realpath "${line}"; done | grep "/home/saurik/telesphoreo/data/[^/]*$" | sed -e 's/.*\///' | sort -u)) |