Pārlūkot izejas kodu

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
Jeremy Huntwork 20 gadi atpakaļ
vecāks
revīzija
6614263bf9
3 mainītis faili ar 7 papildinājumiem un 3 dzēšanām
  1. 3 0
      chapter01/changelog.xml
  2. 2 1
      chapter05/tcl.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -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>
 

+ 2 - 1
chapter05/tcl.xml

@@ -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>
 

+ 2 - 2
general.ent

@@ -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/">