diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-02-19 20:08:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-02-19 20:08:26 +0000 |
commit | e178a8e0d3bbf7cebbaf7c01f4382292d380e33e (patch) | |
tree | 5f265fed56d37303082a26ed6dc106f2feb7719f /chapter06/linux-libc-headers.xml | |
parent | 3bf7cb6f015ca9589c976795311c00df186e7b5c (diff) |
Add verbose parameter to a couple of commands that should have it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/linux-libc-headers.xml')
-rw-r--r-- | chapter06/linux-libc-headers.xml | 2 |
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> |