lib/package_unpack.c: fix a typo that made modified files to not be unpacked.

This commit is contained in:
Juan RP 2014-07-30 18:50:43 +02:00
parent cc6f9901f1
commit 04c7647492

View File

@ -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;
}
}