diff --git a/lib/package_unpack.c b/lib/package_unpack.c index df9d95b8..865adc61 100644 --- a/lib/package_unpack.c +++ b/lib/package_unpack.c @@ -410,8 +410,8 @@ unpack_archive(struct xbps_handle *xhp, "matches existing SHA256, " "skipping...\n", pkgver, entry_pname); + skip_extract = true; } - skip_extract = true; rv = 0; } }