diff --git a/lib/package_unpack.c b/lib/package_unpack.c index afbae183..6322f5cb 100644 --- a/lib/package_unpack.c +++ b/lib/package_unpack.c @@ -324,6 +324,10 @@ unpack_archive(struct xbps_handle *xhp, goto out; } continue; + } else if (strcmp("./props.plist") == 0) { + /* ignore this one; we use pkg data from repo index */ + archive_read_data_skip(ar); + continue; } /* * If XBPS_PKGFILES or XBPS_PKGPROPS weren't found