lib/package_unpack.c: fix a typo that made modified files to not be unpacked.
This commit is contained in:
parent
cc6f9901f1
commit
04c7647492
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user