From f025bfe5ff31ebd933bf0f9f275574b11f85ea61 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Sat, 14 Jul 2007 15:46:44 +0000 Subject: Install linux-headers to temporary directory for safety git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/linux-headers.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/linux-headers.xml') 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 @@ make mrproper make headers_check -make INSTALL_HDR_PATH=/usr headers_install +make INSTALL_HDR_PATH=dest headers_install +cp -rv dest/include/* /usr/include -- cgit v1.2.3-54-g00ecf