diff options
-rwxr-xr-x | bootstrap.sh | 1 | ||||
-rwxr-xr-x | construct.sh | 2 |
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 |