mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 15:39:12 +08:00
Binary GNAT: Ensure x86_64 GNAT is owned by root.
This commit is contained in:
parent
2dbd6ecbed
commit
e147cba0fc
@ -39,6 +39,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>August 3rd, 2024</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[Zeckmathederg] - Binary GNAT: Ensure x86_64 GNAT is owned by
|
||||||
|
root.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>August 2nd, 2024</para>
|
<para>August 2nd, 2024</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -110,6 +110,7 @@ cd /opt &&
|
|||||||
tar xpvf "$GNATTBPATH"/gnat-x86_64-linux-14.1.0-3.tar.gz
|
tar xpvf "$GNATTBPATH"/gnat-x86_64-linux-14.1.0-3.tar.gz
|
||||||
|
|
||||||
ln -sv gnat-x86_64-linux-14.1.0-3 gnat &&
|
ln -sv gnat-x86_64-linux-14.1.0-3 gnat &&
|
||||||
|
chown -R root:root gnat &&
|
||||||
cd $GNATTBPATH
|
cd $GNATTBPATH
|
||||||
|
|
||||||
unset GNATTBPATH</userinput></screen>
|
unset GNATTBPATH</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user