aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index e994da8f..c1bb7d18 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -15,5 +15,5 @@ executable(
15 ], 15 ],
16 link_with: [lib_sway_common, lib_sway_client], 16 link_with: [lib_sway_common, lib_sway_client],
17 install: true, 17 install: true,
18 install_dir: instlibdir 18 install_dir: 'usr/lib/sway'
19) 19)