Changeset 8d52d869


Ignore:
Timestamp:
01/27/2023 10:04:59 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
35879fc
Parents:
4f124a8 (diff), cdabf95f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/patchelf.xml

    r4f124a8 r8d52d869  
    8080    </para>
    8181
    82 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     82<screen><userinput>./configure --prefix=/usr \
     83            --docdir=/usr/share/doc/patchelf-&patchelf-version; &amp;&amp;
    8384make</userinput></screen>
    8485
     
    8687      To test the results, issue: <command>make check</command>.
    8788    </para>
     89
     90    <para>
     91      Now, as the &root; user:
     92    </para>
     93
     94<screen role="root"><userinput>make install</userinput></screen>
    8895
    8996  </sect2>
  • general/prog/python-dependencies/meson_python.xml

    r4f124a8 r8d52d869  
    6969      <bridgehead renderas="sect5">Required</bridgehead>
    7070      <para role="required">
    71         <xref linkend="packaging"/>
     71        <xref linkend="pyproject-metadata"/>
    7272      </para>
    7373
Note: See TracChangeset for help on using the changeset viewer.