Revert "xbps-src: install dependencies with -U (--unpack-only)."
This reverts commit 8d2226deba
.
This breaks all bins that need ca-certificates (curl, wget, git, etc).
This commit is contained in:
parent
bb6fbfdf1d
commit
d8030e5651
|
@ -88,9 +88,9 @@ install_pkg_from_repos() {
|
|||
tmplogf=${XBPS_STATEDIR}/xbps_${XBPS_TARGET_MACHINE}_bdep_${pkg}.log
|
||||
|
||||
if [ -n "$cross" ]; then
|
||||
$XBPS_INSTALL_XCMD -UAyd "$pkg" >$tmplogf 2>&1
|
||||
$XBPS_INSTALL_XCMD -Ayd "$pkg" >$tmplogf 2>&1
|
||||
else
|
||||
$XBPS_INSTALL_CMD -UAyd "$pkg" >$tmplogf 2>&1
|
||||
$XBPS_INSTALL_CMD -Ayd "$pkg" >$tmplogf 2>&1
|
||||
fi
|
||||
rval=$?
|
||||
if [ $rval -ne 0 -a $rval -ne 17 ]; then
|
||||
|
|
Loading…
Reference in New Issue