[osinfo-db-tools PATCH 1/2] meson: respect mandir option

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There's an osinfo_db_tools_mandir setting that respects meson's 'mandir'
option. Use that for tools man installation dir instead of building
a path based on osinfo_db_tools_datadir.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@xxxxxxxxx>
---
 tools/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/meson.build b/tools/meson.build
index 6c87014..c810fd6 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -90,7 +90,7 @@ if pod2man.found()
             output: file + '.1',
             input: file + '.c',
             install: true,
-            install_dir: join_paths(osinfo_db_tools_datadir, 'man', 'man1'),
+            install_dir: join_paths(osinfo_db_tools_mandir, 'man1'),
             build_by_default: true,
             command: [
                 pod2man,
-- 
2.23.0


_______________________________________________
Libosinfo mailing list
Libosinfo@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libosinfo




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux