diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:46:57 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:46:57 +0000 |
commit | d92346adee9c31e3054f881dce41b1c7aed009b3 (patch) | |
tree | 056c7726ffe5eccc382e7eed6a24731311dfa64e | |
parent | 24dcba531ba61f3b66edcddee00768619fc8b67f (diff) |
Missing architectures should be handled better.
git-svn-id: http://svn.telesphoreo.org/trunk@350 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | architect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/architect.sh b/architect.sh index e99f75760..c83df6fd1 100644 --- a/architect.sh +++ b/architect.sh @@ -1,5 +1,5 @@ if [[ ! -e ${PKG_BASE}/arch/${PKG_ARCH}/target ]]; then - echo "unknown architecture: ${PKG_NAME}" 1>&2 + echo "unknown architecture: ${PKG_ARCH}" 1>&2 exit 1 fi |