Author: alexander Date: 2006-07-16 00:58:11 -0600 (Sun, 16 Jul 2006) New Revision: 1667
Modified: trunk/packages/irssi/Makefile Log: The round robin setup on www.irssi.org is half-broken: in 50% of cases it returns a good file, and in other 50% a 404 error. Fixed this by changing the URL. Modified: trunk/packages/irssi/Makefile =================================================================== --- trunk/packages/irssi/Makefile 2006-07-16 02:11:12 UTC (rev 1666) +++ trunk/packages/irssi/Makefile 2006-07-16 06:58:11 UTC (rev 1667) @@ -5,7 +5,7 @@ DIR= $(NM)-$(VRS) FILE= $(DIR)a.tar.bz2 -URL-$(FILE)= http://www.irssi.org/files/$(FILE) +URL-$(FILE)= http://mirror.irssi.org/$(FILE) SHA-$(FILE)= c27c3aa19f7e54e4295c9e78f522194b296e9f7f PATCH1= $(DIR)-gslice-1.patch -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
