In my build of eas, I'm running a make install. Since
the Make tries to chown 0:0 of files in
src/Makefile:config-perms, I'm currently running sed on
src/Makefile after Autoconk builds it, to hack out the
meat of the config-perms recipe.
Can anyone look into disarming that disastrous bit of
packager-headache code that is config-perms? Maybe use
a $(CHOWN) in there so I can 'make install CHOWN=echo'
or so?