glfs/basicnet/mailnews/pine/pine-inst.xml
Igor Živković bf8f904a0b corrected pine fhs patch filename, reported by skZZi
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2130 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-09 17:37:57 +00:00

15 lines
561 B
XML

<sect2>
<title>Installation of <application>Pine</application></title>
<para>Install <application>Pine</application> by running the following commands: </para>
<screen><userinput><command>patch -Np1 -i ../pine-&pine-version;-fhs-2.patch &amp;&amp;
./build DEBUG=-O MAILSPOOL=/var/mail \
SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &amp;&amp;
cp doc/{pine,pico,rpdump,rpload}.1 /usr/share/man/man1 &amp;&amp;
cd bin &amp;&amp;
install pine imapd ipop2d ipop3d mailutil mtest pico \
pilot rpdump rpload /usr/bin</command></userinput></screen>
</sect2>