xbps-src: declare bootstrap vpkg with .conf extension.
This commit is contained in:
parent
bab83e3d1c
commit
3fcb1c1382
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -540,7 +540,7 @@ 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.vpkg
|
||||
bootstrap_vpkg=${XBPS_MASTERDIR}/etc/xbps/virtualpkg.d/bootstrap.conf
|
||||
mkdir -p ${XBPS_MASTERDIR}/etc/xbps/virtualpkg.d
|
||||
if [ ! -s ${bootstrap_vpkg} ]; then
|
||||
# Fool xbps to resolve dependencies.
|
||||
|
|
Loading…
Reference in a new issue