upgpkg: ocaml-integers 0.5.0-1
[arch-packages.git] / sound-juicer / trunk / fix-docdir.diff
blob2af4c4fd69a3c5d38dee96d0a8537bef74d0a9fc
1 diff --git i/meson.build w/meson.build
2 index 5885b9f4..771adf17 100644
3 --- i/meson.build
4 +++ w/meson.build
5 @@ -7,7 +7,7 @@ sound_juicer_libdir = join_paths(sound_juicer_prefix, get_option('libdir'))
6 sound_juicer_libexecdir = join_paths(sound_juicer_prefix, get_option('libexecdir'))
7 sound_juicer_localedir = join_paths(sound_juicer_prefix, get_option('localedir'))
9 -sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', meson.project_name())
10 +sound_juicer_docdir = join_paths(sound_juicer_datadir, 'doc', meson.project_name())
12 gnome = import('gnome')
13 i18n = import('i18n')