From 2ca8941c1fd5739874e4c29bd5ad176b21587a3d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 11 Feb 2013 20:09:22 +0000 Subject: Remove trailing whitespace from all files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 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 9af9bafd8..642532c87 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -47,7 +47,7 @@ installed properly. Test to see if they are installed in the host system and install if they are not: -if [ ! -r /usr/include/rpc/types.h ]; then +if [ ! -r /usr/include/rpc/types.h ]; then su -c 'mkdir -p /usr/include/rpc' su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc' fi -- cgit v1.2.3-54-g00ecf