diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-04 01:54:41 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-04 01:54:41 +0000 |
commit | 99b80204e1ce47dfc928af7d1a71e98101bfb6f4 (patch) | |
tree | bf23009d8f365558a0bb6fb48bf90214c9bbdad2 | |
parent | fa28fa00d038c6d19814e85e60f6154558b9ab2a (diff) |
I really need to be putting bash in the bootstrap package.
git-svn-id: http://svn.telesphoreo.org/trunk@70 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 da0979d04..e014e820b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,7 +10,7 @@ svn export "${PKG_BASE}/over" "${PKG_BOOT}" mkdir -p "${PKG_BOOT}/var/lib/dpkg/info" -PKG_REQS=(adv-cmds base coreutils cydia gawk grep inetutils nano network-cmds nvi saurik sed shell-cmds system-cmds unzip zip) +PKG_REQS=(adv-cmds base bash coreutils cydia gawk grep inetutils nano network-cmds nvi 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)) |