From b13452de4d5b2283017c8d1780dcc1d9c0a769c0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 18 Oct 2019 15:33:26 +0000 Subject: Fix python installed directories git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11686 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/python.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/python.xml b/chapter06/python.xml index a3cde3f8f..d29f664e9 100644 --- a/chapter06/python.xml +++ b/chapter06/python.xml @@ -146,10 +146,11 @@ tar --strip-components=1 \ 2to3, idle3, pip3, pydoc3, python3, python3-config, and pyvenv - libpython&python-minor;m.so and libpython3.so + libpython&python-minor;.so and libpython3.so - /usr/include/python&python-minor;m, /usr/lib/python3 and + /usr/include/python&python-minor;, + /usr/lib/python3, and /usr/share/doc/python-&python-version; -- cgit v1.2.3-54-g00ecf