From e82688c8b8f639705356d25c180ffe754c2b2c34 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Jul 1999 18:50:20 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index c4fd81798..9d722f0b3 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -217,7 +217,7 @@ sub load_raw($$$@) { # @options or @options = guiGetModuleOptions($name); - run_program::run("/usr/bin/insmod", "/modules/$name.o", @options) or die("insmod $name failed"); + run_program::run("insmod", "/modules/$name.o", @options) or die("insmod $name failed"); # this is a hack to make plip go if ($name eq "parport_pc") { -- cgit v1.2.1