unpack: typo in previous.
This commit is contained in:
parent
1b217d1906
commit
db4b542d40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user