Revert "xbps-src: bulk_build() use existing shell funcs."
This reverts commit 642cfa74c47e7517f7bb88cfb79d0958ab134d28.
This commit is contained in:
parent
ce04eac533
commit
f5b502d3c5
@ -53,8 +53,7 @@ bulk_build() {
|
||||
fi
|
||||
NRUNNING=$((NRUNNING+1))
|
||||
(
|
||||
setup_pkg $f $XBPS_TARGET_MACHINE &>/dev/null
|
||||
if show_avail &>/dev/null; then
|
||||
if ./xbps-src show-avail $f &>/dev/null; then
|
||||
echo "$f"
|
||||
fi
|
||||
) &
|
||||
|
Loading…
x
Reference in New Issue
Block a user