mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
xbps-src: remove the check for xbps static bins, it's assumed they are.
This commit is contained in:
parent
ea2045fa83
commit
7df9b19e04
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue