xbps_entry_install_conf_file: fix non debug build.

This commit is contained in:
Juan RP
2014-09-11 11:56:23 +02:00
parent e1124800a5
commit ed6b3c00f5
3 changed files with 2 additions and 5 deletions

View File

@ -352,7 +352,7 @@ unpack_archive(struct xbps_handle *xhp,
rv = xbps_entry_install_conf_file(xhp,
binpkg_filesd, pkg_filesd, entry,
entry_pname, pkgver, pkgname);
entry_pname, pkgver);
if (rv == -1) {
/* error */
goto out;