Changeset 350

Show
Ignore:
Timestamp:
06/28/08 18:46:57 (2 months ago)
Author:
saurik
Message:

Missing architectures should be handled better.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/architect.sh

    r349 r350  
    11if [[ ! -e ${PKG_BASE}/arch/${PKG_ARCH}/target ]]; then 
    2     echo "unknown architecture: ${PKG_NAME}" 1>&2 
     2    echo "unknown architecture: ${PKG_ARCH}" 1>&2 
    33    exit 1 
    44fi