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() {
run cmake $configopts
}
install() {
run make install
}