diff options
author | Jay Freeman <saurik@saurik.com> | 2008-05-06 12:14:56 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-05-06 12:14:56 +0000 |
commit | d6eb5f8685661aa6f9f6e6474df6ca423698443c (patch) | |
tree | 5816f70d26a0cc212a2fe8c0fdda753e333e862a /construct.sh | |
parent | f2ab48fab3d0b2fb3af97fc3301b230f387cdb69 (diff) |
Added some better echo.
git-svn-id: http://svn.telesphoreo.org/trunk@266 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'construct.sh')
-rwxr-xr-x | construct.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/construct.sh b/construct.sh index 896785ccb..59759ab13 100755 --- a/construct.sh +++ b/construct.sh @@ -4,7 +4,7 @@ shopt -s extglob nullglob PKG_BASE=$(dirname "$(realpath "$0")") cd "${PKG_BASE}" -PKG_RVSN=219 +PKG_RVSN=266 PKG_REPO=/dat/web/apt.saurik.com PKG_OVER=${PKG_REPO}/indices/override.tangelo.main.gz |