From 6feb35ba96432ca39ee6a076cab7d4b2c29dd264 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 11 Aug 2009 10:10:13 +0000 Subject: urpmq: add support for -a option combined with --src Fixes bug #52672 --- urpmq | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/urpmq b/urpmq index 0d0b6ddd..11c0912d 100755 --- a/urpmq +++ b/urpmq @@ -260,13 +260,14 @@ if ($options{list_aliases}) { use_provides => $options{use_provides}, fuzzy => $urpm->{options}{fuzzy}, caseinsensitive => $options{caseinsensitive}, + all => $options{all}, %more_options, ); }; #- search the packages according to the selection given by the user. if (@names) { - $search_packages->(\@names, all => $options{all}) or $options{force} or exit 1; + $search_packages->(\@names) or $options{force} or exit 1; } if (@src_names) { $search_packages->(\@src_names, src => 1) or $options{force} or exit 1; -- cgit v1.2.1