Changeset 349 for trunk/architect.sh

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

Missing architectures should be handled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/architect.sh

    r218 r349  
     1if [[ ! -e ${PKG_BASE}/arch/${PKG_ARCH}/target ]]; then 
     2    echo "unknown architecture: ${PKG_NAME}" 1>&2 
     3    exit 1 
     4fi 
     5 
    16export PKG_TARG=$(cat "${PKG_BASE}/arch/${PKG_ARCH}/target")