From 93a65d8d2947583ae4e03713103ecb615b4f9b7a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 12:43:09 +0300 Subject: [PATCH] sway-no-seat: fix post-install --- wayland/sway-no-seat/post-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/sway-no-seat/post-install b/wayland/sway-no-seat/post-install index b8c1adcf..1915d004 100755 --- a/wayland/sway-no-seat/post-install +++ b/wayland/sway-no-seat/post-install @@ -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