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;
|
goto out;
|
||||||
}
|
}
|
||||||
continue;
|
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 */
|
/* ignore this one; we use pkg data from repo index */
|
||||||
archive_read_data_skip(ar);
|
archive_read_data_skip(ar);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user