2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

gcc: remove usage of install

This commit is contained in:
Dylan Araps 2021-07-01 16:13:14 +00:00
parent ef5d6ca8a9
commit 895c4217cb
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -59,11 +59,8 @@ find "$1" -name libgtkpeer.a -exec rm -f {} +
find "$1" -name libgjsmalsa.a -exec rm -f {} +
find "$1" -name libgij.a -exec rm -f {} +
# Some legacy programs will expect cc
ln -s gcc "$1/usr/bin/cc"
# POSIX compliance.
install -Dm755 ../c99 "$1/usr/bin/c99"
cp ../c99 "$1/usr/bin"
# Symlink for LTO.
{