xbps-base-chroot: renamed to base-chroot.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user