lib/package_unpack.c: fix xbps_entry_install_conf_file() args.
This commit is contained in:
parent
f13d0cdb33
commit
faacbd4a96
@ -310,7 +310,7 @@ unpack_archive(struct xbps_handle *xhp,
|
|||||||
xucd.entry_is_conf = true;
|
xucd.entry_is_conf = true;
|
||||||
|
|
||||||
rv = xbps_entry_install_conf_file(xhp,
|
rv = xbps_entry_install_conf_file(xhp,
|
||||||
filesd, entry, entry_pname, pkgname);
|
filesd, entry, entry_pname, pkgver);
|
||||||
if (rv == -1) {
|
if (rv == -1) {
|
||||||
/* error */
|
/* error */
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user