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

@ -1,17 +1,18 @@
# Template file for 'xbps-base-chroot'
pkgname=xbps-base-chroot
# Template file for 'ase-chroot'
pkgname=base-chroot
version=0.18
build_style=meta-template
short_desc="xbps base packages for the chroot target"
short_desc="Vanilla base packages for the chroot target"
maintainer="Juan RP <xtraeme@gmail.com>"
long_desc="
This package installs all necessary packages to be able to build packages
inside of a chroot and continue installing them."
replaces="xbps-base-chroot>=0"
noarch=yes
base_chroot=yes
Add_dependency full xbps-base-files
Add_dependency full base-files
Add_dependency full bash
Add_dependency full patch
Add_dependency full diffutils

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