Tags: patch The build system of Emacs currently hardcodes the "games" user that is used for shared score files in ${localstatedir}. While usage of that account name may be widespread, it is not universal. For example, in Gentoo the name is configurable. Since a variable "gameuser" and the autoconf plumbing for it already exist, the only missing piece is a configure option. See attached patch. 2010-12-22 Ulrich Mueller * configure.in: Make gameuser configurable.