diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-01 18:50:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-01 18:50:20 +0000 |
commit | e82688c8b8f639705356d25c180ffe754c2b2c34 (patch) | |
tree | 5aaa31fba94a1b2b7f19707c79ecde769ce769d4 /perl-install/modules.pm | |
parent | 8acdea865038475cdb1884abe889a4175975aa2f (diff) | |
download | drakx-e82688c8b8f639705356d25c180ffe754c2b2c34.tar drakx-e82688c8b8f639705356d25c180ffe754c2b2c34.tar.gz drakx-e82688c8b8f639705356d25c180ffe754c2b2c34.tar.bz2 drakx-e82688c8b8f639705356d25c180ffe754c2b2c34.tar.xz drakx-e82688c8b8f639705356d25c180ffe754c2b2c34.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |