Author: justin Date: 2005-09-26 00:51:51 -0600 (Mon, 26 Sep 2005) New Revision: 786
Modified: x86/branches/utf8-newmake/packages/blfs-bootscripts/Makefile x86/trunk/Makefile x86/trunk/packages/blfs-bootscripts/Makefile Log: Changed url for blfs-bootscripts to lfs-matrix.net since it is removed when updated, added missing end quote. Modified: x86/branches/utf8-newmake/packages/blfs-bootscripts/Makefile =================================================================== --- x86/branches/utf8-newmake/packages/blfs-bootscripts/Makefile 2005-09-26 05:01:27 UTC (rev 785) +++ x86/branches/utf8-newmake/packages/blfs-bootscripts/Makefile 2005-09-26 06:51:51 UTC (rev 786) @@ -5,7 +5,7 @@ DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL-$(FILE)= http://www.linuxfromscratch.org/blfs/downloads/svn/$(FILE) +URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) SHA-$(FILE)= 9ab7259c47697b3e81cb28d003e70f01d09cca75 PATCH1=$(NM)-add-autosshd-1.patch Modified: x86/trunk/Makefile =================================================================== --- x86/trunk/Makefile 2005-09-26 05:01:27 UTC (rev 785) +++ x86/trunk/Makefile 2005-09-26 06:51:51 UTC (rev 786) @@ -425,7 +425,7 @@ ifeq ($(ARCH),ppc) @cd $(MP) ; ./usr/bin/mkisofs -hfs -part \ -map $(MKTREE)/$(PKG)/yaboot/map.hfs -no-desktop \ - -hfs-volid "lfslivecd-$(VERSION)" -V "lfslivecd-$(VERSION) \ + -hfs-volid "lfslivecd-$(VERSION)" -V "lfslivecd-$(VERSION)" \ -hfs-bless iso/boot -r -v -o $(MKTREE)/lfslivecd-$(VERSION).iso iso \ >$(MKTREE)/iso.log 2>&1 @if ! grep -q "Blessing" $(MKTREE)/iso.log ; then \ Modified: x86/trunk/packages/blfs-bootscripts/Makefile =================================================================== --- x86/trunk/packages/blfs-bootscripts/Makefile 2005-09-26 05:01:27 UTC (rev 785) +++ x86/trunk/packages/blfs-bootscripts/Makefile 2005-09-26 06:51:51 UTC (rev 786) @@ -5,7 +5,7 @@ DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL-$(FILE)= http://www.linuxfromscratch.org/blfs/downloads/svn/$(FILE) +URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) SHA-$(FILE)= 9fa8932329962cfa9227ab1c3b5d7aead8866610 PATCH1=$(NM)-add-autosshd-1.patch -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
