Author: renodr
Date: Tue Jul 30 16:57:05 2019
New Revision: 21887

Log:
QtWebEngine: Correct the library name when moving an older version out of the 
link path

Modified:
   trunk/BOOK/x/lib/qtwebengine.xml

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebengine.xml    Tue Jul 30 16:42:47 2019        (r21886)
+++ trunk/BOOK/x/lib/qtwebengine.xml    Tue Jul 30 16:57:05 2019        (r21887)
@@ -174,8 +174,8 @@
       user, moving the symlink out of the way.:
     </para>
 
-<screen role="root"><userinput>if [ -e ${QT5DIR}/lib/libQtWebEngineCore.so ]; 
then
-  mv -v ${QT5DIR}/lib/libQtWebEngineCore.so{,.old}
+<screen role="root"><userinput>if [ -e ${QT5DIR}/lib/libQt5WebEngineCore.so ]; 
then
+  mv -v ${QT5DIR}/lib/libQt5WebEngineCore.so{,.old}
 fi</userinput></screen>
 
     <para>
-- 
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