summaryrefslogtreecommitdiff
path: root/architect.sh
blob: e99f75760611b99ff1be60362a677437ff8fac7c (plain)
1
2
3
4
5
6
if [[ ! -e ${PKG_BASE}/arch/${PKG_ARCH}/target ]]; then
    echo "unknown architecture: ${PKG_NAME}" 1>&2
    exit 1
fi

export PKG_TARG=$(cat "${PKG_BASE}/arch/${PKG_ARCH}/target")