From f56e31e1d243a6fba39ea64d96e6adeb2584cc38 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 31 Jul 2022 14:20:34 +0100 Subject: Add license installation. --- meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/meson.build b/meson.build index 2bd56a6..d8823fc 100644 --- a/meson.build +++ b/meson.build @@ -31,6 +31,17 @@ install_data( install_dir: config_location ) +license_dir = join_paths( + get_option('datadir'), + 'licenses', + 'tofi' +) + +install_data( + 'LICENSE', + install_dir: license_dir +) + completion_location = join_paths( get_option('prefix'), get_option('datadir'), -- cgit v1.2.3