From 3b95407aadf6d207716d21bcce37da22e9944605 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 20 Jul 2004 05:44:57 +0000 Subject: changed MandrakeSoft -> Mandrakesoft --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index cb6027bd..a850860b 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1408,7 +1408,7 @@ this could happen if you mounted manually the directory when creating the medium } #- check downloaded file has right signature. - if (-e "$urpm->{cachedir}/partial/$basename" && -s _> 32 && $retrieved_md5sum) { + if (-e "$urpm->{cachedir}/partial/$basename" && -s _ > 32 && $retrieved_md5sum) { $urpm->{log}(N("computing md5sum of retrieved source hdlist (or synthesis)")); unless ((split ' ', `md5sum '$urpm->{cachedir}/partial/$basename'`)[0] eq $retrieved_md5sum) { $urpm->{error}(N("...retrieving failed: %s", N("md5sum mismatch"))); -- cgit v1.2.1