xbps-base-chroot: renamed to base-chroot.
This commit is contained in:
parent
662e3b1105
commit
aea5cc99ed
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue