Revert "Meson: Replace option instlibdir with libexecdir"

This reverts commit 830c4ef74c.
This commit is contained in:
Rostislav Pehlivanov 2018-05-06 00:19:43 +01:00
parent cf602687c6
commit 0cdc47ab1e
5 changed files with 9 additions and 9 deletions

View file

@ -25,5 +25,5 @@ executable(
],
link_with: [lib_sway_common, lib_sway_client],
install: true,
install_dir: sway_libexecdir
install_dir: instlibdir
)