From 288463043ce85e1ec79bb22b76be1ddc07727e60 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 12 Jul 2021 20:26:53 +0300 Subject: [PATCH] sway: keep manual pages. See #273 NOTE: They're only kept if scdoc is installed. This is the first step towards a more complete solution. --- wayland/sway/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wayland/sway/build b/wayland/sway/build index db74e96d..3e56bc76 100755 --- a/wayland/sway/build +++ b/wayland/sway/build @@ -21,4 +21,8 @@ meson \ ninja -C build ninja -C build install -rm -rf "${1:?}/usr/share" +rm -rf \ + "$1/usr/share/fish" \ + "$1/usr/share/bash-completion" \ + "$1/usr/share/backgrounds" \ + "$1/usr/share/zsh"