diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-14 15:46:44 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-14 15:46:44 +0000 |
commit | f025bfe5ff31ebd933bf0f9f275574b11f85ea61 (patch) | |
tree | 5797524586966a7935e8b79161e3b3d2c0ac4397 /chapter05 | |
parent | 7d39455701e87667726b2da0a5b8e1218d0546c6 (diff) |
Install linux-headers to temporary directory for safety
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/linux-headers.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 28f5f8df5..0af82b535 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -46,7 +46,8 @@ <screen><userinput>make mrproper make headers_check -make INSTALL_HDR_PATH=/tools headers_install</userinput></screen> +make INSTALL_HDR_PATH=dest headers_install +cp -rv dest/include/* /tools/include</userinput></screen> </sect2> |