Fix binpkg dependency installation with new code.
--HG-- extra : convert_revision : fc6c3fd108caf4cedec0edd3b813edbdfb6bd8be
This commit is contained in:
parent
126928ca8d
commit
1eb9ea591a
4 changed files with 37 additions and 9 deletions
|
@ -157,7 +157,7 @@ xbps_install_binary_pkg(const char *pkgname, const char *destdir)
|
|||
/*
|
||||
* Install all required dependencies and the package itself.
|
||||
*/
|
||||
rv = xbps_install_pkg_deps(pkgrd);
|
||||
rv = xbps_install_pkg_deps(pkgrd, destdir);
|
||||
if (rv == 0) {
|
||||
rv = xbps_install_binary_pkg_fini(repod, pkgrd,
|
||||
destdir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue