More cosmetics printfs for previous.
--HG-- extra : convert_revision : 6104b54261f97758aff715a1e2ccabf606cbb13e
This commit is contained in:
parent
91291d5aec
commit
8d5e1ab017
2 changed files with 6 additions and 6 deletions
|
@ -57,13 +57,12 @@ xbps_install_binary_pkg_fini(prop_dictionary_t repo, prop_dictionary_t pkg,
|
|||
assert(version != NULL);
|
||||
assert(desc != NULL);
|
||||
|
||||
if (repo == false) {
|
||||
if (repo == false)
|
||||
automatic = true;
|
||||
printf("Installing dependency %s: found %s-%s ... ",
|
||||
pkgname, pkgname, version);
|
||||
} else {
|
||||
printf("Installing %s-%s ... ", pkgname, version);
|
||||
}
|
||||
|
||||
printf("Installing %s%s: found version %s ... ",
|
||||
automatic ? "dependency " : "", pkgname, version);
|
||||
|
||||
(void)fflush(stdout);
|
||||
|
||||
rv = xbps_unpack_binary_pkg(repo, pkg, destdir, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue