mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-24 06:24:19 +02:00
Add License as meson install target
This commit is contained in:
parent
eaaef616d6
commit
1bcfce8d4f
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ executable(
|
|||
)
|
||||
|
||||
install_data('examples/config', install_dir : '/etc/xdg/cagebreak')
|
||||
install_data('LICENSE', install_dir : '/usr/share/licenses/' + meson.project_name() + '/')
|
||||
|
||||
if get_option('man-pages')
|
||||
scdoc = find_program('scdoc')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue