Fix binpkg dependency installation with new code.

--HG--
extra : convert_revision : fc6c3fd108caf4cedec0edd3b813edbdfb6bd8be
This commit is contained in:
Juan RP 2009-02-09 16:39:55 +01:00
parent 126928ca8d
commit 1eb9ea591a
4 changed files with 37 additions and 9 deletions

View file

@ -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);