summaryrefslogtreecommitdiff
path: root/devel/libosinfo/files/patch-tools_meson.build
blob: ad3fec74aa8636e0564505bbe524979054e9f786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/meson.build.orig	2019-12-08 08:44:00 UTC
+++ tools/meson.build
@@ -54,7 +54,7 @@ if pod2man.found()
             output: file + '.1',
             input: file + '.c',
             install: true,
-            install_dir: join_paths(libosinfo_datadir, 'man', 'man1'),
+            install_dir: join_paths(libosinfo_mandir, 'man1'),
             build_by_default: true,
             command: [
                 pod2man,