diff options
-rw-r--r-- | perl-install/install/pkgs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 677fdb4ab..766edaebd 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -686,6 +686,7 @@ sub install { log::l("closing install.log file"); close $LOG; + # prevent urpmi from trying to install them again: $packages->{state} = {}; clean_rpmdb_shared_regions(); #- workaround librpm which is buggy when using librpm rooted and the just installed rooted library |