Ports: Fix MilkyTracker install script

This commit is contained in:
jakewestrip 2021-04-28 21:18:38 +10:00 committed by Linus Groh
parent d142ca4c85
commit 1ce70bb418
Notes: sideshowbarker 2024-07-18 18:53:00 +09:00

View file

@ -14,3 +14,7 @@ launcher_command=/usr/local/bin/milkytracker
configure() {
run cmake $configopts
}
install() {
run make install
}