mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
meson: install footrc example file to $datadir/foot/footrc
This commit is contained in:
parent
8703ec2c93
commit
4cf39e5c42
1 changed files with 1 additions and 0 deletions
|
|
@ -112,5 +112,6 @@ custom_target(
|
||||||
install_dir: join_paths(get_option('datadir'), 'terminfo'))
|
install_dir: join_paths(get_option('datadir'), 'terminfo'))
|
||||||
|
|
||||||
install_data('foot.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
|
install_data('foot.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||||
|
install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||||
|
|
||||||
subdir('doc')
|
subdir('doc')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue