diff options
Diffstat (limited to 'chapter05/linux-headers.xml')
-rw-r--r-- | chapter05/linux-headers.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index ed32f6408..28f5f8df5 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -45,9 +45,8 @@ <para>Install the header files:</para> <screen><userinput>make mrproper -make headers_install make headers_check -cp -av usr/include/* /tools/include</userinput></screen> +make INSTALL_HDR_PATH=/tools headers_install</userinput></screen> </sect2> |