Re: [PATCH xserver] xfree86: Makefile shouldn't rely on superuser being named 'root'

2018-06-11 Thread Peter Hutterer
On Mon, Jun 11, 2018 at 05:17:31PM -0400, Adam Jackson wrote: > From: Michał Górny > > Change the 'chown' statement in Makefile.am to use the numeric UID > of superuser instead of relying on the name 'root'. > > Bugzilla: https://bugs.freedesktop.org/27726 > Signed-off-by: Adam Jackson > Signed

[PATCH xserver] xfree86: Makefile shouldn't rely on superuser being named 'root'

2018-06-11 Thread Adam Jackson
From: Michał Górny Change the 'chown' statement in Makefile.am to use the numeric UID of superuser instead of relying on the name 'root'. Bugzilla: https://bugs.freedesktop.org/27726 Signed-off-by: Adam Jackson Signed-off-by: Michał Górny --- hw/xfree86/Makefile.am | 4 ++-- 1 file changed, 2