aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-14 15:46:44 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-14 15:46:44 +0000
commitf025bfe5ff31ebd933bf0f9f275574b11f85ea61 (patch)
tree5797524586966a7935e8b79161e3b3d2c0ac4397 /chapter06
parent7d39455701e87667726b2da0a5b8e1218d0546c6 (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 'chapter06')
-rw-r--r--chapter06/linux-headers.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index d345736f6..db2ad95ff 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -51,7 +51,8 @@
<screen><userinput>make mrproper
make headers_check
-make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
+make INSTALL_HDR_PATH=dest headers_install
+cp -rv dest/include/* /usr/include</userinput></screen>
</sect2>