depends: remove a cosmetic printf.
--HG-- extra : convert_revision : f15309b3e59c4c8d85f8b013b9c50a737bd78eba
This commit is contained in:
parent
83ee032c38
commit
b1c26d1dba
@ -404,8 +404,6 @@ xbps_install_pkg_deps(prop_dictionary_t pkg)
|
|||||||
prop_dictionary_get_cstring_nocopy(pkgd, "version", &version);
|
prop_dictionary_get_cstring_nocopy(pkgd, "version", &version);
|
||||||
prop_dictionary_get_cstring_nocopy(pkgd, "short_desc", &desc);
|
prop_dictionary_get_cstring_nocopy(pkgd, "short_desc", &desc);
|
||||||
|
|
||||||
printf(" Required package: %s >= %s\n", pkgname, version);
|
|
||||||
|
|
||||||
rv = xbps_unpack_binary_pkg(dep->repo, pkgd,
|
rv = xbps_unpack_binary_pkg(dep->repo, pkgd,
|
||||||
xbps_unpack_archive_cb);
|
xbps_unpack_archive_cb);
|
||||||
if (rv != 0)
|
if (rv != 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user