Ports: Add cc symlink to gcc port

This commit is contained in:
Jean-Baptiste Boric 2021-08-11 12:10:51 +02:00 committed by Andreas Kling
parent c9d287b226
commit 072961090f
Notes: sideshowbarker 2024-07-18 07:05:13 +09:00

View file

@ -20,4 +20,5 @@ build() {
install() {
run make $installopts
run ln -s gcc "${SERENITY_INSTALL_ROOT}/usr/local/bin/cc"
}