mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
Fixed typo in SDL2.
This commit is contained in:
parent
4a1eae5916
commit
f96e6a88ad
@ -42,6 +42,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>July 4th, 2024</para>
|
<para>July 4th, 2024</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[Zeckmathederg] - Fixed typo in SDL2.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[Zeckmathederg] - Fixed typo in libxkbcommon.</para>
|
<para>[Zeckmathederg] - Fixed typo in libxkbcommon.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -159,7 +159,7 @@ make</userinput></screen>
|
|||||||
Now, as the <systemitem class="username">root</systemitem> user:
|
Now, as the <systemitem class="username">root</systemitem> user:
|
||||||
</para>
|
</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
|
rm -v DESTDIR/usr/lib32/libSDL2*.a
|
||||||
cp -vr DESTDIR/usr/lib32/* /usr/lib32
|
cp -vr DESTDIR/usr/lib32/* /usr/lib32
|
||||||
rm -rf DESTDIR
|
rm -rf DESTDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user