blob: 708382099dd5c4d15288beaf2ff2db09356c321f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- meson.build.orig 2025-03-13 11:16:47 UTC
+++ meson.build
@@ -539,7 +539,7 @@ install_data('fonts.dtd',
install_tag: 'runtime')
install_data('fonts.dtd',
- install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'xml/fontconfig'),
+ install_dir: join_paths(get_option('prefix'), get_option('sysconfdir'), 'fonts'),
install_tag: 'runtime')
fc_headers = [
|