diff options
Diffstat (limited to 'urpm/signature.pm')
-rw-r--r-- | urpm/signature.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/signature.pm b/urpm/signature.pm index 882bbf35..473839d1 100644 --- a/urpm/signature.pm +++ b/urpm/signature.pm @@ -26,7 +26,7 @@ sub _check { #- rpmlib is doing strftime %c, and so the string comes from the current encoding #- (URPM::bind_rpm_textdomain_codeset() doesn't help here) #- so we have to transform... - my $verif = urpm::msg::from_locale_encoding(URPM::verify_signature($filepath)); + my $verif = urpm::msg::from_locale_encoding(URPM::verify_signature($filepath, $urpm->{urpmi_root})); if ($verif =~ /NOT OK/) { $verif =~ s/\n//g; |