From 93046893abc275df6af8b21bc0aa5f20b8e9d0cd Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 5 Jan 2006 10:59:37 +0000 Subject: Fix ununderstandable error message --- urpmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpmi b/urpmi index 8f190a9b..fd513c60 100755 --- a/urpmi +++ b/urpmi @@ -191,7 +191,7 @@ while (defined($_ = shift @ARGV)) { #- use install_src to promote all names as src package. if ($install_src) { - @files and $urpm->{fatal}(1, N("What can be done with binary rpm files when using --install-src")); + @files and $urpm->{fatal}(1, N("You can't install binary rpm files when using --install-src")); push @src_names, @names; @names = (); #- allow to use --install-src as a non-root user -- cgit v1.2.1