Author: justin Date: 2005-11-02 13:48:58 -0700 (Wed, 02 Nov 2005) New Revision: 1029
Modified: branches/6.1.1-1/Makefile branches/6.1.1-1/packages/hdparm/Makefile branches/6.1.1-1/packages/ncftp/Makefile branches/6.1.1-1/packages/samba/Makefile Log: Fixed soon-to-be 6.1.1-1 versions BLFS urls. Modified: branches/6.1.1-1/Makefile =================================================================== --- branches/6.1.1-1/Makefile 2005-11-02 20:41:55 UTC (rev 1028) +++ branches/6.1.1-1/Makefile 2005-11-02 20:48:58 UTC (rev 1029) @@ -27,7 +27,8 @@ export ROOT := /lfs-livecd # Http server for the lfs-base packages -export HTTP := http://ftp.lfs-matrix.net/pub/lfs/lfs-packages/conglomeration +export HTTP := http://ftp.lfs-matrix.net/pub/lfs/conglomeration +export HTTPBLFS := http://ftp.lfs-matrix.net/pub/blfs/conglomeration # Don't edit these! export VERSION=x86-6.1.1-1 Modified: branches/6.1.1-1/packages/hdparm/Makefile =================================================================== --- branches/6.1.1-1/packages/hdparm/Makefile 2005-11-02 20:41:55 UTC (rev 1028) +++ branches/6.1.1-1/packages/hdparm/Makefile 2005-11-02 20:48:58 UTC (rev 1029) @@ -5,7 +5,7 @@ VRS= 6.1 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL= http://ftp.lfs-matrix.de/pub/BLFS/SVN/F-H/$(FILE) +URL= $(HTTPBLFS)/$(NM)/$(FILE) # RULES Modified: branches/6.1.1-1/packages/ncftp/Makefile =================================================================== --- branches/6.1.1-1/packages/ncftp/Makefile 2005-11-02 20:41:55 UTC (rev 1028) +++ branches/6.1.1-1/packages/ncftp/Makefile 2005-11-02 20:48:58 UTC (rev 1029) @@ -5,8 +5,7 @@ VRS= 3.1.9 DIR= $(NM)-$(VRS) FILE= $(DIR)-src.tar.bz2 -#URL= http://ftp.rge.com/pub/networking/$(NM)/$(FILE) -URL= http://ftp.lfs-matrix.de/pub/BLFS/SVN/M-P/$(FILE) +URL= $(HTTPBLFS)/$(NM)/$(FILE) #RULES Modified: branches/6.1.1-1/packages/samba/Makefile =================================================================== --- branches/6.1.1-1/packages/samba/Makefile 2005-11-02 20:41:55 UTC (rev 1028) +++ branches/6.1.1-1/packages/samba/Makefile 2005-11-02 20:48:58 UTC (rev 1029) @@ -4,8 +4,8 @@ NM= samba VRS= 3.0.14a DIR= $(NM)-$(VRS) -FILE= $(DIR).tar.gz -URL= http://ftp.lfs-matrix.net/pub/BLFS/6.1/Q-S/$(FILE) +FILE= $(DIR).tar.bz2 +URL= $(HTTPBLFS)/$(NM)/$(FILE) #RULES -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
