From d92346adee9c31e3054f881dce41b1c7aed009b3 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sat, 28 Jun 2008 18:46:57 +0000 Subject: Missing architectures should be handled better. git-svn-id: http://svn.telesphoreo.org/trunk@350 514c082c-b64e-11dc-b46d-3d985efe055d --- architect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'architect.sh') 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 -- cgit v1.2.3