Fixing tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7319 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2008-03-26 20:01:17 +00:00
parent 206b7a1039
commit d6e5d4f333
2 changed files with 2 additions and 4 deletions

View File

@ -82,8 +82,7 @@ sed -i \
-e "s@^\(TCL_SRC_DIR='\).*@\1/usr/include'@" \
-e "/TC_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \
-e "/SEARCH/s/=.*/=''/" \
tclConfig.sh
</userinput></screen>
tclConfig.sh</userinput></screen>
<para>To test the results, issue: <command>make test</command>.</para>

View File

@ -82,8 +82,7 @@ sed -i \
-e "s@^\(TK_SRC_DIR='\).*@\1/usr/include'@" \
-e "/TK_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \
-e "/SEARCH/s/=.*/=''/" \
tkConfig.sh
</userinput></screen>
tkConfig.sh</userinput></screen>
<para>Running the tests is not recommended. Some tests may crash your X
Server. To test the results anyway, issue: <command>make test</command>.