From 694b9baf0a8ec41d10f1213ce464fa395573f8df Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Aug 2007 15:58:32 +0000 Subject: - urpmi o explicit error when using "urpmi ---install-src" as user with remote media --- urpm/get_pkgs.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'urpm') diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index c1f1de0c..6b2a5a15 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -175,6 +175,11 @@ sub download_packages_of_distant_media { } } + if (%distant_sources && ! -w "$urpm->{cachedir}/partial") { + $urpm->{error}(N("sorry you can't --install-src remove .src.rpm files")); + exit 1; + } + #- download files from the current medium. if (%distant_sources) { $urpm->{log}(N("retrieving rpm files from medium \"%s\"...", $urpm->{media}[$n]{name})); -- cgit v1.2.1