unpack: don't extract pkg props.plist, we use pkg data from repo index.
This commit is contained in:
parent
5c0abc9754
commit
ce2f45a3df
@ -324,6 +324,10 @@ unpack_archive(struct xbps_handle *xhp,
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
continue;
|
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
|
* If XBPS_PKGFILES or XBPS_PKGPROPS weren't found
|
||||||
|
Loading…
Reference in New Issue
Block a user