CVSROOT: /cvs Module name: xenocara Changes by: nat...@cvs.openbsd.org 2016/10/08 15:51:47
Modified files: lib/libX11/src : Makefile.am Makefile.in Log message: ks_tables.h is always considered out of date due to the forced rebuild of the makekeys util. This means it's also rebuilt during install. First as root during build, later by the BUILDUSER during release, which won't be able to rewrite it, because it's now owned by root. With this result: override rw-r--r-- root/wheel for ks_tables.h? One step closer towards noperm release builds for xenocara. ok matthieu