Author: jhuntwork
Date: 2005-08-11 10:57:06 -0600 (Thu, 11 Aug 2005)
New Revision: 566

Modified:
   x86/trunk/packages/lynx/Makefile
Log:
Fixed sha1sum and logging for lynx

Modified: x86/trunk/packages/lynx/Makefile
===================================================================
--- x86/trunk/packages/lynx/Makefile    2005-08-11 16:49:38 UTC (rev 565)
+++ x86/trunk/packages/lynx/Makefile    2005-08-11 16:57:06 UTC (rev 566)
@@ -7,7 +7,7 @@
 
 FILE= $(NM)$(VRS).tar.bz2
 URL-$(FILE)= $(HTTPBLFS)/L/$(FILE)
-SHA-$(FILE)=
+SHA-$(FILE)= c70866f67c1365b55e0c9c0c569190f5919d28d4
 
 # Targets
 # =============================================================================
@@ -48,8 +48,12 @@
 #==============================================================================
        @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @sed -i 's/#LOCALE_CHARSET:FALSE/LOCALE_CHARSET:TRUE/' /etc/lynx.cfg
-       @make docdir=/usr/share/doc/$(NM)-$(VRS)/lynx_doc 
helpdir=/usr/share/doc/$(NM)-$(VRS)/lynx_help install-doc
-       @make docdir=/usr/share/doc/$(NM)-$(VRS)/lynx_doc 
helpdir=/usr/share/doc/$(NM)-$(VRS)/lynx_help install-help
+       @make docdir=/usr/share/doc/$(NM)-$(VRS)/lynx_doc \
+        helpdir=/usr/share/doc/$(NM)-$(VRS)/lynx_help install-doc \
+        >>../$(DIR)[EMAIL PROTECTED] 2>&1
+       @make docdir=/usr/share/doc/$(NM)-$(VRS)/lynx_doc \
+        helpdir=/usr/share/doc/$(NM)-$(VRS)/lynx_help install-help \
+        >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @chgrp -R root /usr/share/doc/$(NM)-$(VRS)/lynx_doc
 #
 #==Status Messages===========================================

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

Reply via email to