Changed the instructions for setting the TCLPATH variable. Needed to be in one directory higher to retrieve the proper path from pwd.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Huntwork 2005-06-24 10:17:32 +00:00
parent b3ea288e18
commit 6614263bf9
3 changed files with 7 additions and 3 deletions

View File

@ -89,6 +89,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>June 24rd, 2005 [jhuntwork]: Fixed the setting of the
TCLPATH variable in the Tcl instructions.</para></listitem>
<listitem><para>June 23rd, 2005 [jhuntwork]: Added --with-tclinclude in Expect build
to ensure it finds the Tcl headers.</para></listitem>

View File

@ -71,7 +71,8 @@ will need its internal headers.</para></warning>
<para>Set a variable containing the full path of the current directory.
The next package, Expect, will use this variable to find Tcl's headers.</para>
<screen><userinput>export TCLPATH=`pwd`</userinput></screen>
<screen><userinput>cd ..
export TCLPATH=`pwd`</userinput></screen>
<para>Now make a necessary symbolic link:</para>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050623">
<!ENTITY releasedate "June 23, 2005">
<!ENTITY version "SVN-20050624">
<!ENTITY releasedate "June 24, 2005">
<!ENTITY milestone "6.2">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">