From 16422eb03c3905fa3aaaf25b2b460f54f2501c8d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 20 Oct 2017 09:20:39 +0100 Subject: Don't install manpages under *BSD Were not installing the corresponding binaries either, since those are provided by the BSD base system. --- doc/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/meson.build b/doc/meson.build index 3a0dd44..d95a344 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -1,2 +1,4 @@ -install_man('fusermount3.1', 'mount.fuse.8') +if not platform.endswith('bsd') + install_man('fusermount3.1', 'mount.fuse.8') +endif -- cgit v1.2.3