diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-01 09:37:19 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-01 09:37:19 +0000 |
commit | b85d4d38c0046e134285537bf3e788f92c89a533 (patch) | |
tree | 6653328a5cc681794ee4fcaf8ce66029c4f35326 /chapter05 | |
parent | 2f1cb7da7c0209f3c533468e5c53639511bd944a (diff) |
Added missing -v switchs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/linux-libc-headers.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/linux-libc-headers.xml b/chapter05/linux-libc-headers.xml index 05eed57a2..1851970a2 100644 --- a/chapter05/linux-libc-headers.xml +++ b/chapter05/linux-libc-headers.xml @@ -44,8 +44,8 @@ Interface (API) stable version of the Linux headers.</para> <para>Install the header files:</para> -<screen><userinput>cp -R include/asm-i386 /tools/include/asm -cp -R include/linux /tools/include</userinput></screen> +<screen><userinput>cp -Rv include/asm-i386 /tools/include/asm +cp -Rv include/linux /tools/include</userinput></screen> <para>If your architecture is not i386 (compatible), adjust the first command accordingly.</para> |