mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
ch08/python: fix a hardcoded minor version in command explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12080 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
19a03e1e5a
commit
44cb6a287e
@ -103,7 +103,7 @@ ln -sfv pip&python-minor; /usr/bin/pip3</userinput></screen>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user