Skip to content

Commit

Permalink
Ports: Make sure re-installing the gcc port doesn't fail
Browse files Browse the repository at this point in the history
Re-installing the gcc port would previously fail because we failed to
overwrite the symlink.
  • Loading branch information
gunnarbeutner authored and awesomekling committed Aug 13, 2021
1 parent 6eee60d commit 79db56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ports/gcc/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ build() {

install() {
run make $installopts
run ln -s gcc "${SERENITY_INSTALL_ROOT}/usr/local/bin/cc"
run ln -sf gcc "${SERENITY_INSTALL_ROOT}/usr/local/bin/cc"
}

0 comments on commit 79db56e

Please sign in to comment.