]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
FHS says man pages go in /usr/share/man
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 1 Jan 2025 08:18:57 +0000 (21:18 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 2 Jan 2025 10:10:24 +0000 (23:10 +1300)
ChangeLog
Makefile

index f91b4f3ef9a6a712f8fc982d530f3cc1e79c2f30..287e8b7da527829e73890b5a351d5c3bc0598b05 100644 (file)
--- 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.
index af14fade9d60ab4075112ad1c1f056fcb2295c7b..006500b1b493b0306fbf4f11982f07f1f5b4b3bc 100755 (executable)
--- 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