diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index aaca79297..8c9536821 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1013,7 +1013,7 @@ sub install_urpmi { } #- touch a MD5SUM file - if (open my $F, ">", "$::prefix/var/lib/urpmi/MD5SUM") { close $F } + eval { output("$::prefix/var/lib/urpmi/MD5SUM", '') }; #- build synthesis file if there are still not existing (ie not copied from mirror). if (-s "$::prefix/var/lib/urpmi/synthesis.hdlist.$name.cz" <= 32) { |