Ports: Make sure re-installing the gcc port doesn't fail
Re-installing the gcc port would previously fail because we failed to overwrite the symlink.
This commit is contained in:
parent
6eee60de41
commit
79db56eb82
Notes:
sideshowbarker
2024-07-18 07:01:01 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/79db56eb820 Pull-request: https://github.com/SerenityOS/serenity/pull/9388 Issue: https://github.com/SerenityOS/serenity/issues/9168
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue