mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
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
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
Add a link
Reference in a new issue