diff options
Diffstat (limited to 'chapter06/linux-headers.xml')
-rw-r--r-- | chapter06/linux-headers.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 9e424516a..996fe9fdf 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -59,8 +59,7 @@ the kernel developers and not needed by LFS that are removed from the intermediate directory.</para> -<screen><userinput remap="make">make headers_check -make INSTALL_HDR_PATH=dest headers_install +<screen><userinput remap="make">make INSTALL_HDR_PATH=dest headers_install find dest/include \( -name .install -o -name ..install.cmd \) -delete </userinput><userinput remap="install">cp -rv dest/include/* /usr/include</userinput></screen> |