unpack: don't extract pkg props.plist, we use pkg data from repo index.

This commit is contained in:
Juan RP 2012-11-15 09:25:31 +01:00
parent 5c0abc9754
commit ce2f45a3df

View File

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