|
@@ -26,6 +26,11 @@
|
|
|
|
|
|
<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
|
|
|
|
|
|
+<para>Remove the installation of the groups program, and it's man page:</para>
|
|
|
+
|
|
|
+<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
|
|
|
+sed -i '/groups/d' man/Makefile</userinput></screen>
|
|
|
+
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
@@ -61,10 +66,6 @@ ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
|
|
|
|
|
|
<screen><userinput>mkdir /etc/default</userinput></screen>
|
|
|
|
|
|
-<para>Remove a program:</para>
|
|
|
-
|
|
|
-<screen><userinput>rm /bin/groups</userinput></screen>
|
|
|
-
|
|
|
</sect2>
|
|
|
|
|
|
|