lib/install.c: return rv not 0 in xbps_install_binary_pkg_fini().
--HG-- extra : convert_revision : bd6a815ab8a17add0200a8693221c5def18642a1
This commit is contained in:
parent
bb3240e4ac
commit
06e6244f40
|
@ -83,7 +83,7 @@ xbps_install_binary_pkg_fini(prop_dictionary_t repo, prop_dictionary_t pkgrd,
|
|||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return rv;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue