Should the binaries also be tracked by git to not run into inconsistencies. I built `setuid/setuid` back in 2018, and that was installed on the distmaster. mxtools (master)$ md5sum setuid/setuid b7a1ecadb31c3520879c80eb2d1c377f setuid/setuid mxtools (master)$ ls -l setuid/setuid -rwxrwx--- 1 pmenzel pmenzel 16112 Nov 2 2018 setuid/setuid It looks like, somebody checked out or built `setuid` a new, and installed that besides the source didn’t change. @deinemuddah:~$ ls -lh --full-time /usr/sbin/setuid -rwxr-xr-x 1 root root 24K 2020-11-05 11:46:24.000000000 +0100 /usr/sbin/setuid @deinemuddah:~$ md5sum /usr/sbin/setuid 291a20cf3e37a29dd0bc93dd98fc2817 /usr/sbin/setuid So, everytime `sudo ./install.sh` is run the other version will be installed.