diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 5642787fb..aaca79297 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1012,6 +1012,9 @@ sub install_urpmi { close $F; } + #- touch a MD5SUM file + if (open my $F, ">", "$::prefix/var/lib/urpmi/MD5SUM") { close $F } + #- 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) { unlink "$::prefix/var/lib/urpmi/synthesis.hdlist.$name.cz"; |