diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-04-01 05:41:19 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-04-01 05:41:19 +0000 |
commit | 85d8df50447b4bdcae11a0fb45253ed6fa8549bb (patch) | |
tree | 4777468e41e8d06cee84b93f41a7c69ad648b03b /chapter05 | |
parent | 04a770254ca30576bc920b02e1dac1e5e4372f81 (diff) |
Updated to linux-2.6.20.4. Fixes r1978.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/linux-headers.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index ed32f6408..28f5f8df5 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -45,9 +45,8 @@ <para>Install the header files:</para> <screen><userinput>make mrproper -make headers_install make headers_check -cp -av usr/include/* /tools/include</userinput></screen> +make INSTALL_HDR_PATH=/tools headers_install</userinput></screen> </sect2> |