From d88e554c03238937161200a1e940cf05114cae20 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Apr 2000 16:32:04 +0000 Subject: no_comment --- perl-install/commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/commands.pm') diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 09f7ecd97..ae4384b34 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -434,7 +434,7 @@ sub insmod { } } -r $f or die "can't find module $_"; - run_program::run(["insmod_", "insmod"], $f, @_) or die("insmod $_ failed"); + run_program::run(["insmod_", "insmod"], "-f", $f, @_) or die("insmod $_ failed"); unlink $f; } -- cgit v1.2.1