From 48cd443633ea027691f6778f68e8cdf3b7b98196 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 11 Mar 2005 16:48:33 +0000 Subject: Create an empty MD5SUM file to make urpmi happy --- perl-install/install_any.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_any.pm') 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"; -- cgit v1.2.1