Author: justin
Date: 2005-09-25 21:25:17 -0600 (Sun, 25 Sep 2005)
New Revision: 781
Modified:
x86/trunk/packages/LFS-BOOK/Makefile
Log:
Fixed LFS-BOOK build.
Modified: x86/trunk/packages/LFS-BOOK/Makefile
===================================================================
--- x86/trunk/packages/LFS-BOOK/Makefile 2005-09-26 03:05:49 UTC (rev
780)
+++ x86/trunk/packages/LFS-BOOK/Makefile 2005-09-26 03:25:17 UTC (rev
781)
@@ -17,9 +17,8 @@
stage2: Makefile
@$(call echo_message, Building)
@svn co -q $(URL) $(DIR)
- @cd $(DIR)
- @make BASEDIR=/usr/share/$(DIR)
- @make clean >../$(DIR)[EMAIL PROTECTED] 2>&1
+ @cd $(DIR) ; make BASEDIR=/usr/share/$(DIR)
+ @make clean >$(DIR)[EMAIL PROTECTED] 2>&1
@touch $@
clean:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page