aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/libraries/tracker/fix-paths.patch
blob: 5e4d8657f7bce113187cfc0c217ff3bdba1a468d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build
index f90c757cf..40d9c939d 100644
--- a/docs/manpages/meson.build
+++ b/docs/manpages/meson.build
@@ -32,7 +32,7 @@ foreach m : manpages
     command: [xsltproc,
               '--output', '@OUTPUT@',
               '--stringparam', 'man.authors.section.enabled', '0',
-              '/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'],
+              '@asciidoc@/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'],
     input: xml,
     output: manpage,
     install: true,