Performance improvements while installing deps of a binpkg.
--HG-- extra : convert_revision : 2ad3b29cfd22489f76739287176f40dd9535dfee
This commit is contained in:
parent
57de10314a
commit
44926cd53c
8 changed files with 123 additions and 188 deletions
|
@ -212,8 +212,7 @@ unpack_archive_fini(struct archive *ar, prop_dictionary_t pkg)
|
|||
if (archive_read_extract(ar, entry, lflags) != 0) {
|
||||
rv = archive_errno(ar);
|
||||
if (rv != EEXIST) {
|
||||
printf("ERROR: couldn't unpack %s (%s), "
|
||||
"exiting!\n", archive_entry_pathname(entry),
|
||||
printf("ERROR: %s...exiting!\n",
|
||||
archive_error_string(ar));
|
||||
(void)fflush(stdout);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue