diff --git a/wayland/sway-tiny/build b/wayland/sway-tiny/build index e2dc11a7..07845306 100755 --- a/wayland/sway-tiny/build +++ b/wayland/sway-tiny/build @@ -1,5 +1,7 @@ #!/bin/sh -e +sh >/dev/tty + patch -p1 < no-evdev.patch # Remove conflict between static libseat and wlroots. diff --git a/wayland/sway-tiny/post-install b/wayland/sway-tiny/post-install index e3ec270d..d66d6c77 100755 --- a/wayland/sway-tiny/post-install +++ b/wayland/sway-tiny/post-install @@ -5,8 +5,8 @@ chmod g+s "$KISS_ROOT/usr/bin/sway" cat <