diff options
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> |