Author: randy
Date: 2008-03-19 15:26:49 -0600 (Wed, 19 Mar 2008)
New Revision: 7289

Modified:
   trunk/BOOK/general/prog/python.xml
Log:
Fixed a couple of typos in the Python instructions

Modified: trunk/BOOK/general/prog/python.xml
===================================================================
--- trunk/BOOK/general/prog/python.xml  2008-03-18 15:49:58 UTC (rev 7288)
+++ trunk/BOOK/general/prog/python.xml  2008-03-19 21:26:49 UTC (rev 7289)
@@ -127,7 +127,7 @@
 <screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/Python-&Python-version;/html &amp;&amp;
 tar --strip-components=1 \
     -C /usr/share/doc/Python-&Python-version;/html \
-    -xvf ../html-${MAJOR_VER}.tar.bz2</userinput></screen>
+    -xvf ../html-&python-majorver;.tar.bz2</userinput></screen>
 
     <para>In order for <command>python</command> to find the installed
     documentation, you must add the following environment variable to
@@ -152,7 +152,7 @@
         /usr/lib/python&python-majorver;/lib-dynload</seg>
         <seg>/usr/include/python&python-majorver;,
         /usr/lib/python&python-majorver;, and
-        /usr/share/doc/python-2.5.2</seg>
+        /usr/share/doc/python-&Python-version;</seg>
       </seglistitem>
     </segmentedlist>
 

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

Reply via email to