xbps-src: remove the check for xbps static bins, it's assumed they are.
This commit is contained in:
parent
ea2045fa83
commit
7df9b19e04
@ -44,12 +44,6 @@ check_reqhost_utils()
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
for f in bin repo uhelper; do
|
|
||||||
if [ ! -x ${XBPS_MASTERDIR}/usr/local/sbin/xbps-${f}.static ]; then
|
|
||||||
echo "xbps-${f}.static not found in ${XBPS_MASTERDIR}!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user