|
@@ -46,7 +46,7 @@ prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
|
|
|
<para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para>
|
|
|
|
|
|
<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
|
|
|
-sed -i '/groups/d' man/Makefile</userinput></screen>
|
|
|
+find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|