Author: alexander
Date: 2005-06-20 20:23:01 -0600 (Mon, 20 Jun 2005)
New Revision: 256

Modified:
   trunk/packages/slrn/Makefile
Log:
Fixed msmtp invocation by slrn.


Modified: trunk/packages/slrn/Makefile
===================================================================
--- trunk/packages/slrn/Makefile        2005-06-21 01:15:47 UTC (rev 255)
+++ trunk/packages/slrn/Makefile        2005-06-21 02:23:01 UTC (rev 256)
@@ -21,7 +21,7 @@
        @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -f /usr/bin/slrn ] ; then unpack $(FILE) && cd $(DIR) && \
         ./configure --prefix=/usr --sysconfdir=/etc --with-slrnpull \
-        --with-mta=/usr/bin/msmtp --enable-spool --with-ssl && \
+        --with-mta="/usr/bin/msmtp -t" --enable-spool --with-ssl && \
         make -j3 && make install && \
         cp $(ROOT)/root/.slrnrc /root/ ; fi
        @make clean

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to