From 9f0ccbb9ea3b51ec955ebeb5aad9329d91b8b7a8 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Thu, 14 Feb 2008 14:38:28 +0000 Subject: Minor typo in new symlink tool. git-svn-id: http://svn.telesphoreo.org/trunk@90 514c082c-b64e-11dc-b46d-3d985efe055d --- bootstrap.sh | 2 +- 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 "Exec/usr/libexec/cydia/symlink $(readlink "${link}") /${link}" + echo "Exec/usr/libexec/cydia_/symlink $(readlink "${link}") /${link}" 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 <