From 08ec04cc84d14cb3d4c8b4934c5a07e2668b81ae Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 17 Sep 2003 12:10:13 +0000 Subject: fixed to close rpm db whenever possible. --- perl-install/install_steps.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 25d6d97c9..86ab5e3ea 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -349,6 +349,7 @@ sub pkg_install { } else { log::l("all packages selected are already installed, nothing to do") } + delete $o->{packages}{rpmdb}; } sub pkg_install_if_requires_satisfied { @@ -366,6 +367,7 @@ sub pkg_install_if_requires_satisfied { } } $o->installPackages; + delete $o->{packages}{rpmdb}; } sub installPackages($$) { #- complete REWORK, TODO and TOCHECK! -- cgit v1.2.1