root / trunk / architect.sh

Revision 350, 182 bytes (checked in by saurik, 2 months ago)

Missing architectures should be handled better.

Line 
1if [[ ! -e ${PKG_BASE}/arch/${PKG_ARCH}/target ]]; then
2    echo "unknown architecture: ${PKG_ARCH}" 1>&2
3    exit 1
4fi
5
6export PKG_TARG=$(cat "${PKG_BASE}/arch/${PKG_ARCH}/target")
Note: See TracBrowser for help on using the browser.