diff options
-rw-r--r-- | meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
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'), |