Changeset 1509ba46


Ignore:
Timestamp:
08/31/2017 04:58:37 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
a822cb5
Parents:
1c984ec
Message:

Correct QT5 bindir for /usr installation.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19161 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1c984ec r1509ba46  
    4646      <para>August 31st, 2017</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Correct QT5 bindir for /usr installation.</para>
     50        </listitem>
    4851        <listitem>
    4952          <para>[renodr] - Update to Thunderbird-52.3.0. Fixes
  • x/lib/qt5.xml

    r1c984ec r1509ba46  
    214214
    215215<screen role="nodump"><userinput>            -archdatadir    /usr/lib/qt5                \
    216             -bindir         /usr/bin/qt5                \
     216            -bindir         /usr/bin                    \
    217217            -plugindir      /usr/lib/qt5/plugins        \
    218218            -importdir      /usr/lib/qt5/imports        \
     
    437437QT5DIR=/usr
    438438export QT5DIR
    439 pathappend $QT5DIR/bin/qt5
     439pathappend $QT5DIR/bin
    440440
    441441# End /etc/profile.d/qt5.sh</literal>
Note: See TracChangeset for help on using the changeset viewer.