From 44cb6a287e000b29e4e92c591f4b4345c5dbedb7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 4 Jan 2021 14:03:35 +0000 Subject: 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 --- chapter08/python.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/python.xml b/chapter08/python.xml index 2bb272ebe..dde51f861 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -103,7 +103,7 @@ ln -sfv pip&python-minor; /usr/bin/pip3 The meaning of the install commands: - chmod -v 755 /usr/lib/libpython3.{8.,}so + chmod -v 755 /usr/lib/libpython{&python-minor;,3}.so Fix permissions for libraries to be consistent with other libraries. -- cgit v1.2.3-54-g00ecf