mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-26 11:18:59 +00:00
Ports/cmatrix: Install binary to /usr/local/bin
This commit is contained in:
parent
fd0efa0106
commit
fe8c9aae23
Notes:
sideshowbarker
2024-07-16 21:30:46 +09:00
Author: https://github.com/tcl3
Commit: fe8c9aae23
Pull-request: https://github.com/SerenityOS/serenity/pull/20544
Reviewed-by: https://github.com/timschumi ✅
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ files=(
|
||||||
)
|
)
|
||||||
launcher_name=cmatrix
|
launcher_name=cmatrix
|
||||||
launcher_category=Games
|
launcher_category=Games
|
||||||
launcher_command=cmatrix
|
launcher_command='/usr/local/bin/cmatrix'
|
||||||
launcher_run_in_terminal=true
|
launcher_run_in_terminal=true
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
@ -17,5 +17,6 @@ configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
run cp cmatrix "${SERENITY_INSTALL_ROOT}/bin"
|
mkdir -p "${SERENITY_INSTALL_ROOT}/usr/local/bin"
|
||||||
|
run cp cmatrix "${SERENITY_INSTALL_ROOT}/usr/local/bin"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue