Fix typo in find/sed command

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5441 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2005-12-18 02:45:58 +00:00
parent 0b58d0e79f
commit 4d3f12395e

View File

@ -87,7 +87,7 @@
./configure --libdir=/lib --enable-shared \
--with-libpam --without-libcrack &&
sed -i 's/groups$(EXEEXT) //' src/Makefile &&
find man -name Makefile -exec sed -i '/groups/d' &&
find man -name Makefile -exec sed -i '/groups/d' {} \; &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>