summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-20 13:11:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-20 13:11:08 +0000
commit3a3bd77976cc964c7ba3c92059869a27ff06186f (patch)
tree51365b4c02467b6beec67371ea2c7c369e05f568 /update_kernel
parentc14cbfc9770053f195c74dcb1404bfa10c9da75f (diff)
downloaddrakx-backup-do-not-use-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar
drakx-backup-do-not-use-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar.gz
drakx-backup-do-not-use-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar.bz2
drakx-backup-do-not-use-3a3bd77976cc964c7ba3c92059869a27ff06186f.tar.xz
drakx-backup-do-not-use-3a3bd77976cc964c7ba3c92059869a27ff06186f.zip
no_comment
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel2
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/'`