Author: xry111
Date: Mon Jan  4 06:03:35 2021
New Revision: 12080

Log:
ch08/python: fix a hardcoded minor version in command explanation

Modified:
   trunk/BOOK/chapter08/python.xml

Modified: trunk/BOOK/chapter08/python.xml
==============================================================================
--- trunk/BOOK/chapter08/python.xml     Fri Jan  1 03:25:47 2021        (r12079)
+++ trunk/BOOK/chapter08/python.xml     Mon Jan  4 06:03:35 2021        (r12080)
@@ -103,7 +103,7 @@
       <title>The meaning of the install commands:</title>
 <!-- ======  Change 8m if Python minor version changes ======= -->
     <varlistentry>
-      <term><command>chmod -v 755 /usr/lib/libpython3.{8.,}so</command></term>
+      <term><command>chmod -v 755 
/usr/lib/libpython{&python-minor;,3}.so</command></term>
       <listitem>
         <para>Fix permissions for libraries to be consistent with other
         libraries.</para>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to