xbps-src: if XBPS_PREFER_BINPKG_DEPS is set install deps as automatic.
This commit is contained in:
parent
f9efa14f9d
commit
d2ad1c2b12
|
@ -154,7 +154,7 @@ install_dependencies_pkg()
|
||||||
done
|
done
|
||||||
msg_normal "$pkgname-$lver: installing build dependencies from binpkgs...\n"
|
msg_normal "$pkgname-$lver: installing build dependencies from binpkgs...\n"
|
||||||
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
|
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
|
||||||
-y install ${pkgdeplist}
|
-Ay install ${pkgdeplist}
|
||||||
rval=$?
|
rval=$?
|
||||||
if [ $rval -eq 255 ]; then
|
if [ $rval -eq 255 ]; then
|
||||||
# xbps-bin returned unexpected error (-1)
|
# xbps-bin returned unexpected error (-1)
|
||||||
|
|
Loading…
Reference in New Issue