unpack: use files.plist from binpkg when checking for configuration files.

This commit is contained in:
Juan RP
2013-12-25 08:40:45 +01:00
parent 73509b3556
commit 0cf9047bd2
2 changed files with 6 additions and 7 deletions

View File

@ -373,7 +373,7 @@ unpack_archive(struct xbps_handle *xhp,
* "conf_files" array on its XBPS_PKGPROPS
* dictionary.
*/
if (xbps_entry_is_a_conf_file(propsd, buf)) {
if (xbps_entry_is_a_conf_file(filesd, buf)) {
conf_file = true;
if (xhp->unpack_cb != NULL)
xucd.entry_is_conf = true;