1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

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

View file

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