diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 13:11:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 13:11:08 +0000 |
commit | 3a3bd77976cc964c7ba3c92059869a27ff06186f (patch) | |
tree | 51365b4c02467b6beec67371ea2c7c369e05f568 | |
parent | c14cbfc9770053f195c74dcb1404bfa10c9da75f (diff) | |
download | drakx-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar drakx-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar.gz drakx-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar.bz2 drakx-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar.xz drakx-3a3bd77976cc964c7ba3c92059869a27ff06186f.zip |
no_comment
-rwxr-xr-x | update_kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_kernel b/update_kernel index 6e1ee46e6..5f70073f7 100755 --- a/update_kernel +++ b/update_kernel @@ -3,7 +3,7 @@ KERNEL_BOOT_PATH="kernel" function f() { - v=`perl -Iperl-install -e "use modules; print qq(\\$_.o\n) foreach modules::module_of_type(\"$1\")"` + v=`perl -Iperl-install -Mmodules -e "print qq(\\$_.o\n) foreach modules::module_of_type(\"$1\")"` } ARCH=`uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/'` |