From 04c7647492b81c379d7fda650c9e5e77c47c17a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 30 Jul 2014 18:50:43 +0200 Subject: [PATCH] lib/package_unpack.c: fix a typo that made modified files to not be unpacked. --- lib/package_unpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }