diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 16:32:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 16:32:04 +0000 |
commit | d88e554c03238937161200a1e940cf05114cae20 (patch) | |
tree | e8cf7b1e4ca3510fd06c59d65f18d85d004e562f /perl-install/commands.pm | |
parent | 7ad009ba1625beb1a43f75dc527c3708b81770d1 (diff) | |
download | drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar.gz drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar.bz2 drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar.xz drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.zip |
no_comment
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |