aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-11-18 23:44:37 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-11-18 23:44:37 +0000
commitd659bf4682be1f5468bd95ebf3aad123a8f28404 (patch)
treede40fc0b02660a8717b82f0ad0edc27a4ee00ee5 /chapter05
parentf55c13ff879507b52aaf1388beeca425b5455eac (diff)
Minor editorial changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml2
1 files changed, 1 insertions, 1 deletions
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:</para>
<screen><userinput remap="pre">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</userinput></screen>