xbps-bin: move (auto)remove code into its own file, use xbps_noyes().
--HG-- extra : convert_revision : 20398840d20154d90c7457b7318c651c513c1f72
This commit is contained in:
parent
3698644967
commit
679117e9a9
5 changed files with 167 additions and 115 deletions
|
@ -172,12 +172,11 @@ xbps_install_pkg(const char *pkg, bool update)
|
|||
printf(" ");
|
||||
first = true;
|
||||
}
|
||||
printf("%s-%s ", pkgname, version);
|
||||
} else {
|
||||
printf("\n ");
|
||||
cols = strlen(pkgname) + strlen(version) + 4;
|
||||
printf("%s-%s ", pkgname, version);
|
||||
}
|
||||
printf("%s-%s ", pkgname, version);
|
||||
}
|
||||
prop_object_iterator_reset(iter);
|
||||
printf("\n\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue