xbps-src: remove noarch

This commit is contained in:
q66
2021-01-20 12:55:11 +01:00
parent 06d3472acd
commit cb804fbf85
9 changed files with 11 additions and 33 deletions

View File

@@ -3,7 +3,7 @@
check_pkg_arch() {
local cross="$1" _arch f match nonegation
if [ -n "$archs" -a "${archs// /}" != "noarch" ]; then
if [ -n "$archs" ]; then
if [ -n "$cross" ]; then
_arch="$XBPS_TARGET_MACHINE"
elif [ -n "$XBPS_ARCH" ]; then