Some distros put their game binaries in /usr/games instead of /usr/bin.
I used BINDIR defaulting to bin to preserve compatibility, but note that Wyrmgus gets installed into /usr/games by default as it uses GAMEDIR (even though BINDIR is also defined in the Stratagus boilerplate): https://github.com/Andrettin/Wyrmgus/blob/master/CMakeLists.txt#L1249
Some distros put their game binaries in
/usr/games
instead of/usr/bin
.I used
BINDIR
defaulting tobin
to preserve compatibility, but note that Wyrmgus gets installed into/usr/games
by default as it usesGAMEDIR
(even thoughBINDIR
is also defined in the Stratagus boilerplate): https://github.com/Andrettin/Wyrmgus/blob/master/CMakeLists.txt#L1249