From e4f4901277e61cc1d651a03261b5c36a0468ee03 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Sep 2007 09:59:19 +0000 Subject: - urpmi o handle --searchmedia ,..., (asked by tvignaud for rpmdrake) --- urpm/media.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/media.pm') diff --git a/urpm/media.pm b/urpm/media.pm index 7e94100a..cfc3ab8a 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -541,7 +541,7 @@ sub configure { } } if ($options{searchmedia}) { - foreach (select_media_by_name($urpm, [ $options{searchmedia} ])) { + foreach (select_media_by_name($urpm, [ split /,/, $options{searchmedia} ])) { #- Ensure this media is selected $_->{modified} = 1; _tempignore($_, 0); -- cgit v1.2.1