mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
Ports: Fix MilkyTracker install script
This commit is contained in:
parent
d142ca4c85
commit
1ce70bb418
Notes:
sideshowbarker
2024-07-18 18:53:00 +09:00
Author: https://github.com/jakewestrip
Commit: 1ce70bb418
Pull-request: https://github.com/SerenityOS/serenity/pull/6686
Reviewed-by: https://github.com/linusg
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ launcher_command=/usr/local/bin/milkytracker
|
||||||
configure() {
|
configure() {
|
||||||
run cmake $configopts
|
run cmake $configopts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
install() {
|
||||||
|
run make install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue