glfs/basicnet/mailnews/pine/pine-inst.xml
Billy O 'Connor ff68701d53 <screen> formatting fixes.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@643 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-01 16:32:35 +00:00

14 lines
408 B
XML

<sect2>
<title>Installation of Pine</title>
<para>Install Pine by running the following commands: </para>
<para><screen><userinput>patch -Np1 -i ../pine-4.44-fhs.patch &amp;&amp;
./build slx DEBUG='-Os ' MAILSPOOL='/var/mail' \
SSLDIR=/usr SSLCERTS=/etc/ssl/certs &amp;&amp;
cp doc/pine.1 /usr/share/man/man1 &amp;&amp;
cd bin &amp;&amp;
install pine /usr/bin</userinput></screen></para>
</sect2>