From: Andrew Ruthven Date: Wed, 1 Jan 2025 08:18:57 +0000 (+1300) Subject: FHS says man pages go in /usr/share/man X-Git-Tag: 1.2.0~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513b33cb62c30e90f91b6e347cd293cacdac7d83;p=mythtv-status.git FHS says man pages go in /usr/share/man --- 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