mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:07:35 +00:00
Ports/cmatrix: Install binary to /usr/local/bin
This commit is contained in:
parent
fd0efa0106
commit
fe8c9aae23
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