diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:20:57 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:20:57 +0100 |
commit | 3b6629af3c268fd0dd6f42feaf3429bb25cfcb6f (patch) | |
tree | fbe3642dfd9b4cf78240099decda61a7b52097ea /swaybar | |
parent | b592351eeff55a0a95f9b65d403fcfda9cf02957 (diff) |
Revert "Install swaybar and swaybg under /usr/lib/sway"
This reverts commit f2c209c299889ad965ac995049704b1c46176c6d.
Diffstat (limited to 'swaybar')
-rw-r--r-- | swaybar/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build index f115ffa2..d65edb11 100644 --- a/swaybar/meson.build +++ b/swaybar/meson.build @@ -24,6 +24,5 @@ executable( wlroots, ], link_with: [lib_sway_common, lib_sway_client], - install: true, - install_dir: 'usr/lib/sway' + install: true ) |