diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-02-22 14:55:07 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-02-22 14:55:07 +0000 |
commit | 48e01e3dca19b84188675e27d28b040827ec985b (patch) | |
tree | 0165e2e8e69b30ac521fed8eebe07733012562dd /BCD/Media.pm | |
parent | 72d5bd6f607bbea2ada6bac84ef08cc0e18b24c6 (diff) | |
download | bcd-48e01e3dca19b84188675e27d28b040827ec985b.tar bcd-48e01e3dca19b84188675e27d28b040827ec985b.tar.gz bcd-48e01e3dca19b84188675e27d28b040827ec985b.tar.bz2 bcd-48e01e3dca19b84188675e27d28b040827ec985b.tar.xz bcd-48e01e3dca19b84188675e27d28b040827ec985b.zip |
add 2 new list
Diffstat (limited to 'BCD/Media.pm')
-rw-r--r-- | BCD/Media.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BCD/Media.pm b/BCD/Media.pm index aa50fad..8348c6a 100644 --- a/BCD/Media.pm +++ b/BCD/Media.pm @@ -522,7 +522,7 @@ sub do_fork { # match the case using --update option my $cmd_do_it = "$cmd $pkg > $list-$pkg"; if ($cmd =~ /\-\-update/) { - my @result = `urpmq --update $pkg`; + my @result = `urpmq --update -Y '$pkg'`; foreach (@result) { # exact match with --update option $_ or next; |