Replace check by test in Graphite2-1.2.4, thanks Wayne B. Fix qt4-dir to the new value /opt/qt in general.ent, thanks Christopher.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12901 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-03-28 09:31:28 +00:00
parent 04bf697be2
commit 0b6cb75c35
3 changed files with 3 additions and 3 deletions

View File

@ -580,7 +580,7 @@ export -f as_root</userinput></screen>
<!ENTITY xulrunner-version "28.0">
<!ENTITY gtk2-libdir "2.0/2.10.0">
<!ENTITY qt4-dir "$QTDIR">
<!ENTITY qt4-dir "$QT4DIR">
<!-- Chapter 26 -->
<!ENTITY fluxbox-version "1.3.5">

View File

@ -92,7 +92,7 @@
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_DOC=OFF .. &amp;&amp;
make</userinput></screen>

View File

@ -133,7 +133,7 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
To test the results, issue: <command>make test</command>.
</para>
<para>