Author: dj
Date: Sun Oct 22 22:33:18 2017
New Revision: 19368

Log:
Use Python-3 for itstool.

Modified:
   trunk/BOOK/pst/xml/itstool.xml

Modified: trunk/BOOK/pst/xml/itstool.xml
==============================================================================
--- trunk/BOOK/pst/xml/itstool.xml      Sun Oct 22 22:32:09 2017        (r19367)
+++ trunk/BOOK/pst/xml/itstool.xml      Sun Oct 22 22:33:18 2017        (r19368)
@@ -94,7 +94,7 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>PYTHON=/usr/bin/python3 ./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
 <!--
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to