Andrettin / Wyrmsun

Strategy game based on history, mythology and fiction
http://andrettin.github.io/
GNU General Public License v2.0
301 stars 47 forks source link

CMake: Configurable installation BINDIR #180

Closed akien-mga closed 3 years ago

akien-mga commented 3 years ago

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

Andrettin commented 3 years ago

Thank you, Akien! And it's great to see you, I hope you are doing well!