summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-07-20 05:44:57 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-07-20 05:44:57 +0000
commit3b95407aadf6d207716d21bcce37da22e9944605 (patch)
tree15be20a71bdeda396699cf7f742a83d7608d7617 /urpm.pm
parentb7665cf8ab75ec510faf29b660084d798a248471 (diff)
downloadurpmi-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.pm2
1 files changed, 1 insertions, 1 deletions
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")));