xbps-src: use xbps.d in the bootstrap target.
This commit is contained in:
parent
d81afd4c5d
commit
2fc4905025
4
xbps-src
4
xbps-src
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue