xbps-src: use xbps.d in the bootstrap target.

This commit is contained in:
Juan RP 2014-12-22 11:38:34 +01:00
parent d81afd4c5d
commit 2fc4905025
1 changed files with 2 additions and 2 deletions

View File

@ -519,8 +519,8 @@ case "$XBPS_TARGET" in
[ ! -d $XBPS_SRCPKGDIR/base-chroot ] && \
msg_error "Cannot find $XBPS_SRCPKGDIR/base-chroot directory!\n"
XBPS_TARGET_PKG="base-chroot"
bootstrap_vpkg=${XBPS_MASTERDIR}/etc/xbps/virtualpkg.d/bootstrap.conf
mkdir -p ${XBPS_MASTERDIR}/etc/xbps/virtualpkg.d
bootstrap_vpkg=${XBPS_MASTERDIR}/etc/xbps.d/bootstrap-vpkgs.conf
mkdir -p ${XBPS_MASTERDIR}/etc/xbps.d
if [ ! -s ${bootstrap_vpkg} ]; then
# Fool xbps to resolve dependencies.
echo 'virtualpkg=libgcc-4.4.0_1:base-files' >> ${bootstrap_vpkg}