unpack: typo in previous.

This commit is contained in:
Juan RP 2012-11-15 09:27:41 +01:00
parent 1b217d1906
commit db4b542d40

View File

@ -324,7 +324,7 @@ unpack_archive(struct xbps_handle *xhp,
goto out;
}
continue;
} else if (strcmp("./props.plist") == 0) {
} else if (strcmp("./props.plist", entry_pname) == 0) {
/* ignore this one; we use pkg data from repo index */
archive_read_data_skip(ar);
continue;