From 8e38f4b224d6bd31346ad6aabcbe23b4db9cefb5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 29 Aug 2019 21:04:12 +0000 Subject: [PATCH] xorg-server: fix package --- xorg/xorg-server/build | 3 +++ xorg/xorg-server/version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xorg/xorg-server/build b/xorg/xorg-server/build index cc1bd0a9..583bd49d 100755 --- a/xorg/xorg-server/build +++ b/xorg/xorg-server/build @@ -19,3 +19,6 @@ make make DESTDIR="$1" install rm -f "$1/usr/share/X11/xorg.conf.d/10-evdev.conf" + +# Set suid for xorg. +chmod u+s "$1/usr/bin/Xorg" diff --git a/xorg/xorg-server/version b/xorg/xorg-server/version index 82e02a02..44240e32 100644 --- a/xorg/xorg-server/version +++ b/xorg/xorg-server/version @@ -1 +1 @@ -1.20.5 5 +1.20.5 6