Hello, Supplying --with-gameuser=games:games (or --with-gameuser=games, --with-gameuser=:games, etc.) to configure causes an error when installing/staging as a user that doesn't have permission to change the ownership of the game files. This isn't new, but wasn't a problem for the FreeBSD port/package, because the permissions were handled by the package after staging. However, something has changed in the master branch and the error now causes the build to stop. Omitting --with-gameuser means files like update-game-score are not installed. Could these files somehow be installed without chmod, leaving that part for the package to deal with permissions after staging? Thanks, Joseph