summaryrefslogtreecommitdiff
path: root/helper.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-22 14:28:54 +0000
committerJay Freeman <saurik@saurik.com>2008-01-22 14:28:54 +0000
commitc90399edf5edcc1f151c1c33d66f123e17172cb7 (patch)
tree4f303ec20962d84ada4bca1f8181e15b14e71bfa /helper.sh
parent3b7151311008fcdd5bdd3f0649523983594dd213 (diff)
Fixed missing priorities and essential markers.
git-svn-id: http://svn.telesphoreo.org/trunk@30 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'helper.sh')
-rwxr-xr-xhelper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.sh b/helper.sh
index 939fde011..a9c741d1d 100755
--- a/helper.sh
+++ b/helper.sh
@@ -7,6 +7,7 @@ export PKG_DEST=${PKG_BASE}/dest/${PKG_NAME}
export PKG_STAT=${PKG_BASE}/stat/${PKG_NAME}
export PKG_DATA=$(echo "${PKG_BASE}"/data/"${PKG_NAME}"?(_))
export PKG_VRSN=$(cat "${PKG_DATA}/_metadata/version")
+export PKG_PRIO=$(cat "${PKG_DATA}/_metadata/priority")
if [[ ! -e ${PKG_DATA} ]]; then
echo "unknown package: ${PKG_NAME}" 1>&2