summaryrefslogtreecommitdiff
path: root/package.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-03 14:54:42 +0000
committerJay Freeman <saurik@saurik.com>2008-02-03 14:54:42 +0000
commitfa28fa00d038c6d19814e85e60f6154558b9ab2a (patch)
tree62cfc67caa3a434bb5654c362c97ba06c289e7f5 /package.sh
parenta3fa3eed2c7ad6c03eeca4d856765349a21153de (diff)
Bootstrap package no longer requires a million updates right after installation.
git-svn-id: http://svn.telesphoreo.org/trunk@69 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index a0f1447bb..6020d464f 100755
--- a/package.sh
+++ b/package.sh
@@ -25,7 +25,6 @@ echo "hashed dest ${PKG_NAME} to: ${PKG_HASH}"
if [[ -e "${PKG_STAT}/dest-md5" && ${PKG_HASH} == $(cat "${PKG_STAT}/dest-md5" 2>/dev/null) ]]; then
echo "skipping re-package of ${PKG_NAME}"
else
- export PKG_RVSN=$(cat "${PKG_STAT}/dest-ver")
if [[ -z ${PKG_RVSN} ]]; then
PKG_RVSN=1
else