summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-05-06 12:14:56 +0000
committerJay Freeman <saurik@saurik.com>2008-05-06 12:14:56 +0000
commitd6eb5f8685661aa6f9f6e6474df6ca423698443c (patch)
tree5816f70d26a0cc212a2fe8c0fdda753e333e862a
parentf2ab48fab3d0b2fb3af97fc3301b230f387cdb69 (diff)
Added some better echo.
git-svn-id: http://svn.telesphoreo.org/trunk@266 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-xbootstrap.sh1
-rwxr-xr-xconstruct.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 4afc2a099..627211095 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -35,7 +35,6 @@ for PKG_NAME in "${PKG_REQS[@]}"; do
echo "merging ${PKG_NAME}..."
files=("${PKG_BASE}/temp"/*)
if [[ ${#files[@]} -ne 0 ]]; then
- echo " copying files..."
cp -a "${PKG_BASE}/temp"/* "${PKG_BOOT}"
fi
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