linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / tracker / fix-paths.patch
blob5e4d8657f7bce113187cfc0c217ff3bdba1a468d
1 diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build
2 index f90c757cf..40d9c939d 100644
3 --- a/docs/manpages/meson.build
4 +++ b/docs/manpages/meson.build
5 @@ -32,7 +32,7 @@ foreach m : manpages
6 command: [xsltproc,
7 '--output', '@OUTPUT@',
8 '--stringparam', 'man.authors.section.enabled', '0',
9 - '/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'],
10 + '@asciidoc@/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'],
11 input: xml,
12 output: manpage,
13 install: true,