Fix gst10-plugins-base test/install instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21515 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2019-04-26 17:09:25 +00:00
parent e0ea073e71
commit 0608a6c43e

View File

@ -140,7 +140,7 @@ meson --prefix=/usr \
ninja</userinput></screen>
<para>
To test the results, issue: <command>make check</command>. The tests
To test the results, issue: <command>ninja test</command>. The tests
require an X terminal running, or all of the GL tests will fail.
</para>
@ -158,7 +158,7 @@ ninja</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="content">