[PATCH] ./README typo fix
authorAndrew Morton <akpm@osdl.org>
Tue, 30 Dec 2003 07:43:44 +0000 (23:43 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 30 Dec 2003 07:43:44 +0000 (23:43 -0800)
From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>

README

diff --git a/README b/README
index e369bb9..6bcd444 100644 (file)
--- a/README
+++ b/README
@@ -119,7 +119,7 @@ BUILD directory for the kernel:
    cd /usr/src/linux-2.6.N
    make O=/home/name/build/kernel menuconfig
    make O=/home/name/build/kernel
-   sudo make O=/home/name/build/kernel install_modules install
+   sudo make O=/home/name/build/kernel modules_install install
 
    Please note: If the 'O=output/dir' option is used then it must be
    used for all invocations of make.