Author: justin
Date: 2006-03-06 10:31:10 -0700 (Mon, 06 Mar 2006)
New Revision: 1445

Modified:
   branches/6.1.1/packages/tcl/Makefile
Log:
[6.1.1] Added sed for tcl syntax error.

Modified: branches/6.1.1/packages/tcl/Makefile
===================================================================
--- branches/6.1.1/packages/tcl/Makefile        2006-03-05 00:30:51 UTC (rev 
1444)
+++ branches/6.1.1/packages/tcl/Makefile        2006-03-06 17:31:10 UTC (rev 
1445)
@@ -17,6 +17,7 @@
        cp $(SRC)/$(FILE) $(LFSSRC)/
 
 compile-stage1:
+       cd unix ; cp configure{,.orig} ; sed "s/relid'/relid/" configure.orig 
>configure
        cd unix ; ./configure --prefix=$(WD)
        cd unix ; make $(PM)
        cd unix ; make install

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to