There's no need to overwrite files while unpacking.
--HG-- extra : convert_revision : 0af6a384b869b752a47e33e95cacb0c33521ee53
This commit is contained in:
@@ -80,7 +80,7 @@ xbps_install_binary_pkg_fini(prop_dictionary_t repo, prop_dictionary_t pkgrd,
|
||||
}
|
||||
(void)fflush(stdout);
|
||||
|
||||
rv = xbps_unpack_binary_pkg(repo, pkgrd, update);
|
||||
rv = xbps_unpack_binary_pkg(repo, pkgrd);
|
||||
if (rv == 0) {
|
||||
rv = xbps_register_pkg(pkgrd, update, automatic);
|
||||
if (rv != 0) {
|
||||
|
||||
Reference in New Issue
Block a user