From 48826edeb37ae113a515477da7e1faad5190b32a Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 17 Mar 2002 19:29:14 +0000 Subject: typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/theend.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 76f00c649..66dabaf26 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -30,7 +30,7 @@ the strip man page for other strip options you can use. The general idea is to not run strip on libraries (other than --strip-debug) just to be on the safe side. -find $LFS/{,usr/,usr/local/}{bin,sbin,/lib} -type f \ +find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \    -exec /usr/bin/strip --strip-debug '{}' ';' It may be a good idea to create the $LFS/etc/lfs-&version; file. By -- cgit v1.2.3-54-g00ecf