Fix scons sed. The documentation

is still not installed at the right place (man files in the "python egg")

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24165 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2021-02-01 14:33:24 +00:00
parent 8e8bc3574d
commit ce7db74290

View File

@ -92,7 +92,7 @@
</para>
<screen role="root"><userinput>sed -i 's/env python/&amp;3/' SCons/Utilities/*.py &amp;&amp;
sed -i 's:build/doc/man::' setup.cfg &amp;&amp;
sed -i 's:build/doc/man/::' setup.cfg &amp;&amp;
python3 setup.py install --prefix=/usr \
--optimize=1 \
--install-data=/usr/share/man/man1</userinput></screen>