xbps-src: if XBPS_PREFER_BINPKG_DEPS is set install deps as automatic.

This commit is contained in:
Juan RP 2011-06-20 18:31:50 +02:00
parent f9efa14f9d
commit d2ad1c2b12
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ install_dependencies_pkg()
done
msg_normal "$pkgname-$lver: installing build dependencies from binpkgs...\n"
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
-y install ${pkgdeplist}
-Ay install ${pkgdeplist}
rval=$?
if [ $rval -eq 255 ]; then
# xbps-bin returned unexpected error (-1)