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

Ports: Fix hatari install step

Fixes #6798.
This commit is contained in:
Linus Groh 2021-05-01 23:22:27 +02:00
parent 0a94b4233f
commit 013b2c1627

View file

@ -15,3 +15,7 @@ launcher_command=hatari
configure() { configure() {
run cmake $configopts run cmake $configopts
} }
install() {
run make install
}