xbps-base-chroot: renamed to base-chroot.

This commit is contained in:
Juan RP 2011-06-23 03:21:50 +02:00
parent 662e3b1105
commit aea5cc99ed
2 changed files with 7 additions and 6 deletions

View file

@ -53,10 +53,10 @@ if [ "${chroot_cmd}" = "chroot" ]; then
fi
. $XBPS_SHUTILSDIR/builddep_funcs.sh
check_installed_pkg xbps-base-chroot-0.11
check_installed_pkg base-chroot-0.11
if [ $? -ne 0 ]; then
echo "${XBPS_MASTERDIR} has not been prepared for chroot operations."
echo "Please install 'xbps-base-chroot>=0.11' and try again."
echo "Please install 'base-chroot>=0.11' and try again."
exit 1
fi