sway-no-seat: fix post-install

This commit is contained in:
Dylan Araps 2021-07-08 12:43:09 +03:00
parent 819240c7f4
commit 93a65d8d29
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
chown root:input /bin/sway
chmod g+s /bin/sway
chown root:input "$KISS_ROOT/usr/bin/sway"
chmod g+s "$KISS_ROOT"/usr/bin/sway