summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarvin Schmidt <marv@exherbo.org>2022-04-11 19:51:42 +0200
committerMarvin Schmidt <marv@exherbo.org>2022-04-11 20:06:03 +0200
commit9cabca33361bdba9e97f26437467eb041e5b7846 (patch)
tree1f01d420e8a7c71bd84bbc3b242e63b60f5476a4 /tools
parent174e80e5440a9e591d0d53ed5093659c6d945103 (diff)
downloadgupnp-9cabca33361bdba9e97f26437467eb041e5b7846.tar.gz
meson: Respect bindir option
Don't hardcode 'bin' (<prefix>/bin) but instead use the designated bindir option to get the install location for the binding tool
Diffstat (limited to 'tools')
-rw-r--r--tools/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/meson.build b/tools/meson.build
index aea7142..c377140 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -3,5 +3,5 @@ configure_file(
input: 'gupnp-binding-tool',
output: 'gupnp-binding-tool-@0@'.format(GUPNP_API_VERSION),
install: true,
- install_dir: 'bin'
+ install_dir: bindir
)