From 513b33cb62c30e90f91b6e347cd293cacdac7d83 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 1 Jan 2025 21:18:57 +1300 Subject: [PATCH] FHS says man pages go in /usr/share/man --- ChangeLog | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f91b4f3..287e8b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ packaging on distros other than Debian where things may be in other places than I expect. + Install man pages in /usr/share/man as per FHS. + 2023-08-01 Andrew Ruthven If mythtv-update-motd is run via interactive shell, always try to run, regardless of the flags. diff --git a/Makefile b/Makefile index af14fad..006500b 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BINDIR?=/usr/bin LIBEXECDIR?=/usr/libexec/mythtv-status -MANDIR?=/usr/man +MANDIR?=/usr/share/man MOLLY_GUARDDIR?=/etc/molly-guard/run.d SBINDIR?=/usr/sbin SYSTEMDDIR?=/usr/lib/systemd/system -- 2.30.2