From 5498262f1c26700b1703356519397195ec48e65b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 11 Jul 2015 02:56:20 +0000 Subject: [PATCH] Typo git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16230 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- x/lib/qt5.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/lib/qt5.xml b/x/lib/qt5.xml index 0f3f8ee107..bb58493d78 100644 --- a/x/lib/qt5.xml +++ b/x/lib/qt5.xml @@ -212,7 +212,7 @@ ln -sfnv qt-&qt5-version; /opt/qt5 be specified explicitly. In this case, set QT5PREFIX=/usr and add the following to the configure arguments below: - -bindir /usr/bin/qt4 \ + -bindir /usr/bin/qt5 \ -plugindir /usr/lib/qt5/plugins \ -importdir /usr/lib/qt5/imports \ -headerdir /usr/include/qt5 \