diff options
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index a7e845a08..4877dc390 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -458,6 +458,7 @@ sub psUsingHdlist { my $newsf = "$prefix/var/lib/urpmi/synthesis.hdlist.$fakemedium.cz" . ($hdlist =~ /\.cz2/ && "2"); install_any::getAndSaveFile("Mandrake/base/synthesis.$hdlist", $newsf); $m->{synthesis_hdlist_size} = -s $newsf; #- keep track of size for post-check. + -s $newsf > 0 or unlink $newsf; #- avoid using more than one medium if Cd is not ejectable. #- but keep all medium here so that urpmi has the whole set. |