diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-14 14:38:28 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-14 14:38:28 +0000 |
commit | 9f0ccbb9ea3b51ec955ebeb5aad9329d91b8b7a8 (patch) | |
tree | ae0e184f32230a56b6f3645ecee23114d63cbc01 | |
parent | 8c6d3c8effc66aa2e50bc6c1a294b8fb80b3609e (diff) |
Minor typo in new symlink tool.
git-svn-id: http://svn.telesphoreo.org/trunk@90 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-x | bootstrap.sh | 2 | ||||
-rwxr-xr-x | construct.sh | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/construct.sh b/construct.sh index 795bcb672..f3d462006 100755 --- a/construct.sh +++ b/construct.sh @@ -19,7 +19,7 @@ gzip -c "${PKG_PKGS}" >"${PKG_PKGS}.gz" #cp -a debs "${PKG_REPO}" cd "${PKG_REPO}/dists/tangelo" -export PKG_RVSN=86 +export PKG_RVSN=90 cat >main/binary-darwin-arm/Release <<EOF Archive: stable |