Author: dj
Date: Wed Aug 30 21:58:37 2017
New Revision: 19161

Log:
Correct QT5 bindir for /usr installation.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/qt5.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug 30 20:57:11 
2017        (r19160)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug 30 21:58:37 
2017        (r19161)
@@ -46,6 +46,9 @@
       <para>August 31st, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[dj] - Correct QT5 bindir for /usr installation.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to Thunderbird-52.3.0. Fixes
           <ulink url="&blfs-ticket-root;9630">#9630</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Wed Aug 30 20:57:11 2017        (r19160)
+++ trunk/BOOK/x/lib/qt5.xml    Wed Aug 30 21:58:37 2017        (r19161)
@@ -213,7 +213,7 @@
       </para>
 
 <screen role="nodump"><userinput>            -archdatadir    /usr/lib/qt5      
          \
-            -bindir         /usr/bin/qt5                \
+            -bindir         /usr/bin                    \
             -plugindir      /usr/lib/qt5/plugins        \
             -importdir      /usr/lib/qt5/imports        \
             -headerdir      /usr/include/qt5            \
@@ -436,7 +436,7 @@
 
 QT5DIR=/usr
 export QT5DIR
-pathappend $QT5DIR/bin/qt5
+pathappend $QT5DIR/bin
 
 # End /etc/profile.d/qt5.sh</literal>
 EOF</userinput></screen>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to