Re: [libosinfo PATCH] meson: respect mandir option

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

 



On Sun, Dec 8, 2019 at 12:38 PM Roman Bogorodskiy <bogorodskiy@xxxxxxxxx> wrote:
>
> Construct man installation dir from libosinfo_mandir instead of
> libosinfo_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 d24b167..0a95664 100644
> --- a/tools/meson.build
> +++ b/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,
> --
> 2.23.0
>
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/libosinfo
>

Reviewed-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx>


_______________________________________________
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