More cosmetics printfs for previous.
--HG-- extra : convert_revision : 6104b54261f97758aff715a1e2ccabf606cbb13e
This commit is contained in:
parent
91291d5aec
commit
8d5e1ab017
|
@ -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);
|
||||
|
|
|
@ -201,6 +201,7 @@ unpack_archive_fini(struct archive *ar, const char *destdir,
|
|||
*/
|
||||
if (strcmp(prepost, archive_entry_pathname(entry)) == 0) {
|
||||
actgt = true;
|
||||
printf("\n");
|
||||
|
||||
archive_entry_set_pathname(entry, buf);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user