summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-14 14:38:28 +0000
committerJay Freeman <saurik@saurik.com>2008-02-14 14:38:28 +0000
commit9f0ccbb9ea3b51ec955ebeb5aad9329d91b8b7a8 (patch)
treeae0e184f32230a56b6f3645ecee23114d63cbc01 /bootstrap.sh
parent8c6d3c8effc66aa2e50bc6c1a294b8fb80b3609e (diff)
Minor typo in new symlink tool.
git-svn-id: http://svn.telesphoreo.org/trunk@90 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index a8bf400fa..58f75fbe3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -41,7 +41,7 @@ cd "${PKG_BOOT}"
rm -f ../Packager.xml
find * -type l -print -o -name "terminfo" -prune | while read -r link; do
- echo "<array><string>Exec</string><string>/usr/libexec/cydia/symlink $(readlink "${link}") /${link}</string></array>"
+ echo "<array><string>Exec</string><string>/usr/libexec/cydia_/symlink $(readlink "${link}") /${link}</string></array>"
rm -f "${link}"
done >>../Packager.xml