We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07627b3 commit f43f4a1Copy full SHA for f43f4a1
Ports/bash/package.sh
@@ -17,5 +17,5 @@ build() {
17
18
post_install() {
19
mkdir -p "${SERENITY_BUILD_DIR}/Root/bin"
20
- ln -s /usr/local/bin/bash "${SERENITY_BUILD_DIR}/Root/bin/bash"
+ ln -sf /usr/local/bin/bash "${SERENITY_BUILD_DIR}/Root/bin/bash"
21
}
0 commit comments