2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-02-25 15:46:25 -07:00

gcc: add cc symlink

This commit is contained in:
Muhammad Herdiansyah 2019-06-19 11:43:03 +07:00
parent 7c00ab0acf
commit 7313690ed8

View File

@ -34,3 +34,6 @@ make DESTDIR="$1" install
# Remove all info files.
rm -rf "$1/usr/share/info"
# Some legacy programs will expect cc
ln -s gcc "$1/usr/bin/cc"