xbps-src: remove the check for xbps static bins, it's assumed they are.

This commit is contained in:
Juan RP 2011-02-14 14:21:58 +01:00
parent ea2045fa83
commit 7df9b19e04
1 changed files with 0 additions and 6 deletions

View File

@ -44,12 +44,6 @@ check_reqhost_utils()
exit 1
fi
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()