diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:19:43 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:19:43 +0100 |
commit | 912dd544922ba8b948c427272a85623b7aca5b2c (patch) | |
tree | 304fc20eac608f2a28583f1d661739640a5ab067 /meson.build | |
parent | 4f9b60d194563b0f715363948ce5c8602a071f52 (diff) | |
download | swaybg-912dd544922ba8b948c427272a85623b7aca5b2c.tar.gz swaybg-912dd544922ba8b948c427272a85623b7aca5b2c.tar.bz2 |
Revert "Meson: Replace option `instlibdir` with `libexecdir`"
This reverts commit 830c4ef74c00dbe448da46cdbc576178abc5728e.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 716178d..e994da8 100644 --- a/meson.build +++ b/meson.build @@ -15,5 +15,5 @@ executable( ], link_with: [lib_sway_common, lib_sway_client], install: true, - install_dir: sway_libexecdir + install_dir: instlibdir ) |