From d659bf4682be1f5468bd95ebf3aad123a8f28404 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 18 Nov 2013 23:44:37 +0000 Subject: Minor editorial changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 9ae8be8cd..2fa9ccad8 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -48,7 +48,7 @@ and install if they are not: if [ ! -r /usr/include/rpc/types.h ]; then - su -c 'mkdir -p /usr/include/rpc' + su -c 'mkdir -pv /usr/include/rpc' su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc' fi -- cgit v1.2.3-54-g00ecf