From 06e6244f405692925c527334b37f279339d088dd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Apr 2009 15:50:29 +0200 Subject: [PATCH] lib/install.c: return rv not 0 in xbps_install_binary_pkg_fini(). --HG-- extra : convert_revision : bd6a815ab8a17add0200a8693221c5def18642a1 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.c b/lib/install.c index 46989fa80eb..3d2840c2ccc 100644 --- a/lib/install.c +++ b/lib/install.c @@ -83,7 +83,7 @@ xbps_install_binary_pkg_fini(prop_dictionary_t repo, prop_dictionary_t pkgrd, } } - return 0; + return rv; } int