xbps-src: make -B flag build binpkgs for required pkg deps.
This commit is contained in:
@@ -436,14 +436,6 @@ install)
|
||||
setup_tmpl ${_ORIGINPKG}
|
||||
install_pkg $pkgname || exit $?
|
||||
fi
|
||||
if [ -z "$IN_CHROOT" -a -n "$BUILD_BINPKG" ]; then
|
||||
setup_tmpl ${_ORIGINPKG}
|
||||
xbps_make_binpkg
|
||||
[ -n "${_PACKAGEDIR}" ] && XBPS_PACKAGESDIR="${_PACKAGEDIR}"
|
||||
msg_normal "Updating pkg-index for local repository at:\n"
|
||||
msg_normal " $XBPS_PACKAGESDIR\n"
|
||||
${XBPS_REPO_CMD} genindex ${XBPS_PACKAGESDIR} 2>/dev/null
|
||||
fi
|
||||
;;
|
||||
list)
|
||||
$XBPS_BIN_CMD list
|
||||
|
Reference in New Issue
Block a user