aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/linux-libc-headers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/linux-libc-headers.xml')
-rw-r--r--chapter06/linux-libc-headers.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/linux-libc-headers.xml b/chapter06/linux-libc-headers.xml
index 39d5c7cca..858eee427 100644
--- a/chapter06/linux-libc-headers.xml
+++ b/chapter06/linux-libc-headers.xml
@@ -53,7 +53,7 @@
<para>Install the header files:</para>
-<screen><userinput>install -d /usr/include/asm
+<screen><userinput>install -dv /usr/include/asm
cp -Rv include/asm-i386/* /usr/include/asm
cp -Rv include/linux /usr/include</userinput></screen>