2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

xorg-server: Fix post-install

This commit is contained in:
Dylan Araps 2020-03-17 13:33:30 +02:00
parent f3b210b1dd
commit c47a85dbfd
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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 <<EOF