From b85d4d38c0046e134285537bf3e788f92c89a533 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 1 Oct 2005 09:37:19 +0000 Subject: Added missing -v switchs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/linux-libc-headers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') 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. Install the header files: -cp -R include/asm-i386 /tools/include/asm -cp -R include/linux /tools/include +cp -Rv include/asm-i386 /tools/include/asm +cp -Rv include/linux /tools/include If your architecture is not i386 (compatible), adjust the first command accordingly. -- cgit v1.2.3-54-g00ecf