1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:17:34 +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() {
run cmake $configopts
}
install() {
run make install
}