Author: alexander Date: 2007-10-15 02:25:19 -0600 (Mon, 15 Oct 2007) New Revision: 2114
Modified: trunk/packages/LFS-BOOK/Makefile Log: Fixed the build of the LFS book on x86_64. Note that the book is outdated, this is because package versions must match LFS-6.3. Modified: trunk/packages/LFS-BOOK/Makefile =================================================================== --- trunk/packages/LFS-BOOK/Makefile 2007-10-14 11:32:56 UTC (rev 2113) +++ trunk/packages/LFS-BOOK/Makefile 2007-10-15 08:25:19 UTC (rev 2114) @@ -10,16 +10,17 @@ #URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE) #SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052 +ifeq ($(CD_ARCH),x86) REV= 8348 -REVPARM= -r $(REV) - -ifeq ($(CD_ARCH),x86) URL= svn://svn.linuxfromscratch.org/LFS/tags/6.3/BOOK endif ifeq ($(CD_ARCH),x86_64) +REV= 8276 URL= svn://svn.linuxfromscratch.org/LFS/branches/x86_64/BOOK endif +REVPARM= -r $(REV) + SEAMONKEY_CONFIG= $(ROOT)/root/.mozilla/default/79exklwh.slt/prefs.js # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
