summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorts/gcc/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/gcc/package.sh b/Ports/gcc/package.sh
index 02f79c9a19..1e5e8ea199 100755
--- a/Ports/gcc/package.sh
+++ b/Ports/gcc/package.sh
@@ -20,4 +20,5 @@ build() {
install() {
run make $installopts
+ run ln -s gcc "${SERENITY_INSTALL_ROOT}/usr/local/bin/cc"
}