From eef295c5c7f95795953efb172df2f731e3137e4f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 28 Sep 2007 13:56:55 +0000 Subject: - ensure the rpmdb is closed --- perl-install/install/steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/steps.pm') diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 2d9b0b5e5..b29697d05 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -390,6 +390,7 @@ sub pkg_install { $o->installPackages; } else { log::l("all packages selected are already installed, nothing to do"); + delete $o->{packages}{rpmdb}; #- make sure rpmdb is closed 0; } } -- cgit v1.2.1