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:
parent
ef5d6ca8a9
commit
895c4217cb
@ -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.
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user