mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
xorg-server: Fix post-install
This commit is contained in:
parent
f3b210b1dd
commit
c47a85dbfd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user