diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-27 22:28:24 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-27 22:28:24 +0000 |
commit | 442da508a4f9ef4ea0034cba011951d00fe0b856 (patch) | |
tree | 68c54144e730c6d83324522653e9b5fbd7073536 /chapter09/theend.xml | |
parent | 25f7012084c6a5b80925f9765925591b85a5d9c7 (diff) |
fixed typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/theend.xml')
-rw-r--r-- | chapter09/theend.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml index db4b5c14c..c0517ea64 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -29,10 +29,8 @@ 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.</para> -<para><screen><userinput>find $LFS/{,usr,usr/local}/{bin,sbin,lib} -type -f \</userinput> -<userinput> -exec /usr/bin/strip --strip-debug '{}' -';'</userinput></screen></para> +<para><screen><userinput>find $LFS/{,usr,usr/local}/{bin,sbin,lib} -type f \</userinput> +<userinput> -exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para> <para>If you plan to ever upgrade to a newer LFS version in the future it will be a good idea to create the $LFS/etc/lfs-&version; file. By having |