From 76ee64b5b3e30706181becbf33cc45d67f39f364 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Mon, 6 Jul 2020 20:57:33 +0200 Subject: Add some license information and the beginning of Debian packages --- minecproxy/meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minecproxy/meson.build') diff --git a/minecproxy/meson.build b/minecproxy/meson.build index 7023f10..959b975 100644 --- a/minecproxy/meson.build +++ b/minecproxy/meson.build @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 minecproxy_sources = [ 'main.c', 'uring.c', @@ -31,5 +32,7 @@ executable( minecproxy_sources, link_args: [ '-lanl' ], dependencies: minecproxy_deps, + install: true, + install_dir: get_option('sbindir'), ) -- cgit v1.2.3