mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
0b58d0e79f
commit
4d3f12395e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user