Modified the man page installation in the Zip instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3553 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-03-18 00:33:44 +00:00
parent 6760e560fa
commit 9fe319c910

View File

@ -51,13 +51,12 @@ url="&zip-download-ftp;"/></para></listitem>
<para>Install <application>Zip</application> by running the following
commands:</para>
<screen><userinput><command>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
unix/Makefile &amp;&amp;
make prefix=/usr -f unix/Makefile generic_gcc</command></userinput></screen>
<screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make prefix=/usr -f unix/Makefile install</command></userinput></screen>
<screen><userinput role='root'><command>make prefix=/usr -f unix/Makefile install &amp;&amp;
install -v -m644 man/zip.1 /usr/share/man/man1</command></userinput></screen>
</sect2>