lib/package_unpack.c: fix xbps_entry_install_conf_file() args.

This commit is contained in:
Juan RP 2013-03-08 10:07:48 +01:00
parent f13d0cdb33
commit faacbd4a96

View File

@ -310,7 +310,7 @@ unpack_archive(struct xbps_handle *xhp,
xucd.entry_is_conf = true;
rv = xbps_entry_install_conf_file(xhp,
filesd, entry, entry_pname, pkgname);
filesd, entry, entry_pname, pkgver);
if (rv == -1) {
/* error */
goto out;