From c47a85dbfd093126ba146877f0fe606b3f070258 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 17 Mar 2020 13:33:30 +0200 Subject: [PATCH] xorg-server: Fix post-install --- xorg/xorg-server/post-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xorg/xorg-server/post-install b/xorg/xorg-server/post-install index 013ab141..9bf24e04 100755 --- a/xorg/xorg-server/post-install +++ b/xorg/xorg-server/post-install @@ -1,8 +1,8 @@ #!/bin/sh # Give Xorg setgid to /dev/input. -chown :input "$1/usr/bin/Xorg" -chmod g+s "$1/usr/bin/Xorg" +chown :input "$KISS_ROOT/usr/bin/Xorg" +chmod g+s "$KISS_ROOT/usr/bin/Xorg" cat <