mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added a missing command (patch installation) to the Shadow instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5326 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d8684cbc10
commit
90bc17381c
@ -79,7 +79,8 @@
|
||||
<para>Reinstall <application>Shadow</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --libdir=/lib --enable-shared \
|
||||
<screen><userinput>patch -Np1 -i ../shadow-&shadow-version;-configure_fix-1.patch &&
|
||||
./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' &&
|
||||
|
Loading…
Reference in New Issue
Block a user