aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/python.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-07 04:14:12 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-07 04:14:12 +0000
commit403b39cadb9f22161360eca483cebedd13c66fbc (patch)
tree6ad41d1d000c733e5312ac38fef3064e7ab810d4 /chapter06/python.xml
parent80541620cfa0889c443a116c2e59eca13f2f2268 (diff)
Update to Python-3.7.0.
Update to gdbm-1.16. Update to elfutils-0.173. Update to coreutils-8.30. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/python.xml')
-rw-r--r--chapter06/python.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml
index 15ac50e92..3aafa110e 100644
--- a/chapter06/python.xml
+++ b/chapter06/python.xml
@@ -89,7 +89,7 @@
<para>Install the package:</para>
<screen><userinput remap="install">make install
-chmod -v 755 /usr/lib/libpython3.6m.so
+chmod -v 755 /usr/lib/libpython3.7m.so
chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
<variablelist>