Author: jhuntwork Date: 2007-07-09 10:15:59 -0600 (Mon, 09 Jul 2007) New Revision: 1951
Modified: trunk/packages/texinfo/Makefile Log: Fix URL for texinfo Modified: trunk/packages/texinfo/Makefile =================================================================== --- trunk/packages/texinfo/Makefile 2007-07-08 07:37:15 UTC (rev 1950) +++ trunk/packages/texinfo/Makefile 2007-07-09 16:15:59 UTC (rev 1951) @@ -5,7 +5,7 @@ DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL-$(FILE)= http://ftp.gnu.org/texinfo/$(FILE) +URL-$(FILE)= http://ftp.gnu.org/gnu/texinfo/$(FILE) SHA-$(FILE)= 19a0cc0b56cbfcfe610925bef31e0bdf749492c9 PATCH1= $(DIR)-tempfile_fix-1.patch -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
