mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
6760e560fa
commit
9fe319c910
@ -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 &&
|
||||
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 &&
|
||||
install -v -m644 man/zip.1 /usr/share/man/man1</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user