Linux binary should be in `/usr/bin`
grawlinson opened this issue · 2 comments
grawlinson commented
Hi all, loving the game! I just packaged the map editor for Arch Linux when I noticed this:
endless-sky-editor/endless-sky-editor.pro
Line 15 in 4f13cbb
The target path really should be /usr/bin/
, according to Linux's Filesystem Hierarchy Standard.
Deleted user commented
At least on Debian, it seems like a lot of games put their binaries in /usr/games
, including Wesnoth, Ur-Quan Masters, Freeciv, and various emulators and interpreters.
grawlinson commented
Yeah, I'm just having a look at the Linux Filesystem Heirarchy Standard, not gleaning much from that.
I don't see /usr/games
in my $PATH
(Arch Linux), hence me opening this issue.