From 3cf8a59f787549c05f0abd1f67f00a214435cec8 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 3 Feb 2021 09:01:27 +0000 Subject: ch08/python: remove unneeded commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/python.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'chapter08') diff --git a/chapter08/python.xml b/chapter08/python.xml index dde51f861..e84b7922e 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -94,23 +94,7 @@ Install the package: -make install -chmod -v 755 /usr/lib/libpython&python-minor;.so -chmod -v 755 /usr/lib/libpython3.so -ln -sfv pip&python-minor; /usr/bin/pip3 - - - The meaning of the install commands: - - - chmod -v 755 /usr/lib/libpython{&python-minor;,3}.so - - Fix permissions for libraries to be consistent with other - libraries. - - - - +make install If desired, install the preformatted documentation: -- cgit v1.2.3-54-g00ecf