meson: install footrc example file to $datadir/foot/footrc

This commit is contained in:
Daniel Eklöf 2019-09-20 18:06:54 +02:00
parent 8703ec2c93
commit 4cf39e5c42
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -112,5 +112,6 @@ custom_target(
install_dir: join_paths(get_option('datadir'), 'terminfo'))
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')