Changeset ce7db74


Ignore:
Timestamp:
02/01/2021 02:33:24 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
87025a5
Parents:
8e8bc35
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/scons.xml

    r8e8bc35 rce7db74  
    9393
    9494<screen role="root"><userinput>sed -i 's/env python/&amp;3/' SCons/Utilities/*.py            &amp;&amp;
    95 sed -i 's:build/doc/man::' setup.cfg &amp;&amp;
     95sed -i 's:build/doc/man/::' setup.cfg &amp;&amp;
    9696python3 setup.py install --prefix=/usr  \
    9797                         --optimize=1   \
Note: See TracChangeset for help on using the changeset viewer.