xbps-src: use xbps.d in the bootstrap target.
This commit is contained in:
parent
d81afd4c5d
commit
2fc4905025
1 changed files with 2 additions and 2 deletions
4
xbps-src
4
xbps-src
|
@ -519,8 +519,8 @@ case "$XBPS_TARGET" in
|
||||||
[ ! -d $XBPS_SRCPKGDIR/base-chroot ] && \
|
[ ! -d $XBPS_SRCPKGDIR/base-chroot ] && \
|
||||||
msg_error "Cannot find $XBPS_SRCPKGDIR/base-chroot directory!\n"
|
msg_error "Cannot find $XBPS_SRCPKGDIR/base-chroot directory!\n"
|
||||||
XBPS_TARGET_PKG="base-chroot"
|
XBPS_TARGET_PKG="base-chroot"
|
||||||
bootstrap_vpkg=${XBPS_MASTERDIR}/etc/xbps/virtualpkg.d/bootstrap.conf
|
bootstrap_vpkg=${XBPS_MASTERDIR}/etc/xbps.d/bootstrap-vpkgs.conf
|
||||||
mkdir -p ${XBPS_MASTERDIR}/etc/xbps/virtualpkg.d
|
mkdir -p ${XBPS_MASTERDIR}/etc/xbps.d
|
||||||
if [ ! -s ${bootstrap_vpkg} ]; then
|
if [ ! -s ${bootstrap_vpkg} ]; then
|
||||||
# Fool xbps to resolve dependencies.
|
# Fool xbps to resolve dependencies.
|
||||||
echo 'virtualpkg=libgcc-4.4.0_1:base-files' >> ${bootstrap_vpkg}
|
echo 'virtualpkg=libgcc-4.4.0_1:base-files' >> ${bootstrap_vpkg}
|
||||||
|
|
Loading…
Reference in a new issue