diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-07-20 05:44:57 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-07-20 05:44:57 +0000 |
commit | 3b95407aadf6d207716d21bcce37da22e9944605 (patch) | |
tree | 15be20a71bdeda396699cf7f742a83d7608d7617 /urpm.pm | |
parent | b7665cf8ab75ec510faf29b660084d798a248471 (diff) | |
download | urpmi-3b95407aadf6d207716d21bcce37da22e9944605.tar urpmi-3b95407aadf6d207716d21bcce37da22e9944605.tar.gz urpmi-3b95407aadf6d207716d21bcce37da22e9944605.tar.bz2 urpmi-3b95407aadf6d207716d21bcce37da22e9944605.tar.xz urpmi-3b95407aadf6d207716d21bcce37da22e9944605.zip |
changed MandrakeSoft -> Mandrakesoft
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"))); |