mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/commit/1ce70bb4188 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() {
|
||||
run cmake $configopts
|
||||
}
|
||||
|
||||
install() {
|
||||
run make install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue