Author: randy Date: 2005-03-17 17:33:44 -0700 (Thu, 17 Mar 2005) New Revision: 3553
Modified: trunk/BOOK/general/sysutils/zip.xml Log: Modified the man page installation in the Zip instructions Modified: trunk/BOOK/general/sysutils/zip.xml =================================================================== --- trunk/BOOK/general/sysutils/zip.xml 2005-03-17 23:18:33 UTC (rev 3552) +++ trunk/BOOK/general/sysutils/zip.xml 2005-03-18 00:33:44 UTC (rev 3553) @@ -51,13 +51,12 @@ <para>Install <application>Zip</application> by running the following commands:</para> -<screen><userinput><command>sed -i -e '[EMAIL PROTECTED](INSTALL) man/[EMAIL PROTECTED](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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
