summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-01 09:18:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-01 09:18:37 +0000
commit87bd6ff2047e413b1c76542a590e7694822487ae (patch)
treef2844cd15f6161e5d4e3e10f2b33ad5f80668023
parent848081d301fc9c565c3bc5e1e938811b04769406 (diff)
downloaddrakx-87bd6ff2047e413b1c76542a590e7694822487ae.tar
drakx-87bd6ff2047e413b1c76542a590e7694822487ae.tar.gz
drakx-87bd6ff2047e413b1c76542a590e7694822487ae.tar.bz2
drakx-87bd6ff2047e413b1c76542a590e7694822487ae.tar.xz
drakx-87bd6ff2047e413b1c76542a590e7694822487ae.zip
oops, remove debug code :-/
(thanks titi)
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index ae549d7ac..f75088eed 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -763,7 +763,7 @@ Do you want to install the updates?")),
if (any::urpmi_add_all_media($o)) {
my $binary = find { whereis_binary($_, $::prefix) } 'gurpmi2', 'urpmi' or return;
- run_program::rooted($::prefix, $binary, 'emacs'); # , '--auto-select', '--updates'
+ run_program::rooted($::prefix, $binary, '--auto-select', '--update');
}
#- not downing network, even ppp. We don't care much since it is the end of install :)