Closed OdyX closed 7 years ago
This is in FHS 3.0. http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s03.html
You don't need to integrate that, I can patch it in Debian :-)
Finally I prefer to keep the executable in /usr/bin
here.
No problem. I've found another way to satisfy us both: use GNUInstallDirs
https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html , so that I can just append a -DCMAKE_INSTALL_BINDIR=games
in the configuration call.
I've pushed that fix here.
Seriously; it's in posix? Or it's just debian which is doing that?
If I apply this MR just like this, (I think) it breaks my AppImage, the macOS .app and the Windows installer.
But I'm ok for this change because it doesn't matter for my static builds...