mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
Ports: Fix install actions for the bash port when re-installing the port
When re-installing the port the symlink already exists which causes 'ln -s' to fail.
This commit is contained in:
parent
07627b3742
commit
f43f4a16e7
Notes:
sideshowbarker
2024-07-18 20:33:42 +09:00
Author: https://github.com/gunnarbeutner 🔰 Commit: https://github.com/SerenityOS/serenity/commit/f43f4a16e73 Pull-request: https://github.com/SerenityOS/serenity/pull/6217
@ -17,5 +17,5 @@ build() {
|
||||
|
||||
post_install() {
|
||||
mkdir -p "${SERENITY_BUILD_DIR}/Root/bin"
|
||||
ln -s /usr/local/bin/bash "${SERENITY_BUILD_DIR}/Root/bin/bash"
|
||||
ln -sf /usr/local/bin/bash "${SERENITY_BUILD_DIR}/Root/bin/bash"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user