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 | e96b589205b9c8a98cb2dfcf427c743efae3e187 (patch) | |
tree | dbe2bc836a3e9a8990b5490a511c7f27f502ea12 | |
parent | 912dd544922ba8b948c427272a85623b7aca5b2c (diff) | |
download | swaybg-e96b589205b9c8a98cb2dfcf427c743efae3e187.tar.gz swaybg-e96b589205b9c8a98cb2dfcf427c743efae3e187.tar.bz2 |
Revert "Make the LIBDIR path configurable"
This reverts commit 1670b46bf6e56d37e69ab0fa32c6799e83397020.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e994da8..c1bb7d1 100644 --- a/meson.build +++ b/meson.build @@ -15,5 +15,5 @@ executable( ], link_with: [lib_sway_common, lib_sway_client], install: true, - install_dir: instlibdir + install_dir: 'usr/lib/sway' ) |