diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-29 23:37:53 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-30 14:34:22 +0000 |
commit | 5956f509b6ab03d46fa86702449fccae2a1c42be (patch) | |
tree | 8b2a23391335b2e796ffcf85888211c64b1c1dc9 /meson.build | |
parent | 351c1a9c528ea3f1a600515fdb27cabf2ea160bd (diff) |
meson: install libexec binaries
Change-Id: I149892bf081e1569d7786f085e890bc3d2eb50e5
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 8f2a2f88d..5bb7d3738 100644 --- a/meson.build +++ b/meson.build @@ -50,6 +50,7 @@ path_opts = [ 'mandir', 'libdir', 'includedir', + 'libexecdir', # Homecooked Lix directories. 'store-dir', 'state-dir', |