Skip to content

Commit 730b526

Browse files
authored
Merge pull request #3832 from cmitu/fix-micropolis
micropolis: fix path and display
2 parents 5f635a6 + da60862 commit 730b526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/micropolis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function remove_micropolis() {
2929

3030
function configure_micropolis() {
3131
local binary="/usr/games/micropolis"
32-
! isPlatform "x11" && binary="XINIT-WM:/usr/bin/micropolis"
32+
! isPlatform "x11" && binary="XINIT-WMC:/usr/games/micropolis"
3333

3434
addPort "$md_id" "micropolis" "Micropolis" "$binary"
3535
}

0 commit comments

Comments
 (0)