I’m creating an install script for a Linux game. As part of the installation, I change the suid permissions of the game executable to the “games” group so that the game can update the highscore file even when its run by regular users. Right now my Makefile.am looks like this: The problem I am having is that the chgrp command