From a9d8aaa6fd4ae6f9a7371eb304197118d10888f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 18 Dec 2024 00:15:27 +0100 Subject: [PATCH] gdctl: Install to bin/ Part-of: --- tools/meson.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/meson.build b/tools/meson.build index 83e98721c..2603ed3d8 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -1 +1,6 @@ +install_data( + 'gdctl', + install_dir: bindir, +) + get_state_tool = find_program('get-state.py')