blob: 16eb231836a124fa80b4be74cc05da664fa1f9f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- meson.build.orig 2025-03-25 17:33:27 UTC
+++ meson.build
@@ -1791,7 +1791,7 @@ if get_option('cplayer')
conf_files = ['etc/mpv.conf', 'etc/input.conf',
'etc/mplayer-input.conf', 'etc/restore-old-bindings.conf',
'etc/restore-osc-bindings.conf']
- install_data(conf_files, install_dir: join_paths(datadir, 'doc', 'mpv'))
+ install_data(conf_files, install_dir: join_paths(datadir, 'examples', 'mpv'))
bash_install_dir = join_paths(datadir, 'bash-completion', 'completions')
install_data('etc/mpv.bash-completion', install_dir: bash_install_dir, rename: 'mpv')
|