From 8c2d11a405922f712021f97e3b1f7e9dbdaaea0d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 14 Apr 2001 17:02:25 +0000 Subject: (createXconf): ensure the mouse device is created (mainly for auto_inst) --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 6c3f54873..378e66b6b 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -211,7 +211,7 @@ sub createXconf { my ($file, $mouse_type, $mouse_dev, $wacom_dev) = @_; devices::make("/dev/kbd") if arch() =~ /^sparc/; #- used by Xsun style server. - symlinkf($mouse_dev, "/dev/mouse"); + symlinkf(devices::make($mouse_dev), "/dev/mouse"); #- needed for imlib to start on 8-bit depth visual. symlink("/tmp/stage2/etc/imrc", "/etc/imrc"); -- cgit v1.2.1