diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:19:52 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:19:52 +0100 |
commit | 2c0c3dc7cc3599a79fa464e1c093dead86f3cb65 (patch) | |
tree | 0ca9fb1f5789b350330694fc195529552a61b6bc /swaybar/meson.build | |
parent | 0cdc47ab1ec09c9fe64e990a7770dbb15ef85a65 (diff) |
Revert "Make the LIBDIR path configurable"
This reverts commit 1670b46bf6e56d37e69ab0fa32c6799e83397020.
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r-- | swaybar/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build index ad7ed5fe..f115ffa2 100644 --- a/swaybar/meson.build +++ b/swaybar/meson.build @@ -25,5 +25,5 @@ executable( ], link_with: [lib_sway_common, lib_sway_client], install: true, - install_dir: instlibdir + install_dir: 'usr/lib/sway' ) |