From a0caeb03703c51ef22e90749a275b77fd83546e4 Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Tue, 1 May 2018 15:40:28 +0200 Subject: Install swaybar and swaybg under /usr/lib/sway --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8704de6..c1bb7d1 100644 --- a/meson.build +++ b/meson.build @@ -14,5 +14,6 @@ executable( wlroots, ], link_with: [lib_sway_common, lib_sway_client], - install: true + install: true, + install_dir: 'usr/lib/sway' ) -- cgit v1.2.3