From 84dc6e1ef501b25d8fe20c0f99a21c5491fbf685 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 7 Oct 2004 00:44:15 +0000 Subject: - XFdrake can detect a auxmouse which was not detected by mousedrake so we need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index acf354c3b..3884f755c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -928,7 +928,7 @@ sub configureX { configureXBefore($o); require Xconfig::default; - $o->{raw_X} = Xconfig::default::configure($o->{keyboard}, $o->{mouse}); + $o->{raw_X} = Xconfig::default::configure($o->do_pkgs, $o->{keyboard}, $o->{mouse}); require Xconfig::main; Xconfig::main::configure_everything_auto_install($o->{raw_X}, $o->do_pkgs, $o->{X}, install_any::X_options_from_o($o)); -- cgit v1.2.1