diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-28 09:09:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-28 09:09:49 +0000 |
commit | 83a85680745ce93413cad478f84a602560ea6b34 (patch) | |
tree | 4cb0f3d8f22bcd8f0e6b81b31d95ad4d6b1d4d89 | |
parent | ba147fde743001cb2d1fb5902504872059b33546 (diff) | |
download | urpmi-83a85680745ce93413cad478f84a602560ea6b34.tar urpmi-83a85680745ce93413cad478f84a602560ea6b34.tar.gz urpmi-83a85680745ce93413cad478f84a602560ea6b34.tar.bz2 urpmi-83a85680745ce93413cad478f84a602560ea6b34.tar.xz urpmi-83a85680745ce93413cad478f84a602560ea6b34.zip |
better error message as suggested on cooker-i18n
-rw-r--r-- | urpm/get_pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index 8cd0d35d..c8e87cdb 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -176,7 +176,7 @@ sub download_packages_of_distant_media { } if (%distant_sources && ! -w "$urpm->{cachedir}/partial") { - $urpm->{error}(N("sorry you can't --install-src remote .src.rpm files")); + $urpm->{error}(N("sorry you can't use --install-src to install remote .src.rpm files")); exit 1; } |