Fixed typo in SDL2.

This commit is contained in:
Zeckmathederg 2024-07-04 03:37:37 -06:00
parent 4a1eae5916
commit f96e6a88ad
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>July 4th, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - Fixed typo in SDL2.</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - Fixed typo in libxkbcommon.</para>
</listitem>

View File

@ -159,7 +159,7 @@ make</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput> make DESTDIR=$PWD/DESTDIR install
<screen role="root"><userinput>make DESTDIR=$PWD/DESTDIR install
rm -v DESTDIR/usr/lib32/libSDL2*.a
cp -vr DESTDIR/usr/lib32/* /usr/lib32
rm -rf DESTDIR