From 65e3a8a3c0fce7b6024dc27c3c42988ffc8a42f6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 18:25:47 +0300 Subject: [PATCH] sway-tiny: document exec behavior --- wayland/sway-tiny/build | 2 ++ wayland/sway-tiny/post-install | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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 <