File: fix-manpage-path.patch

package info (click to toggle)
vdo 8.3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,536 kB
  • sloc: ansic: 21,023; sh: 349; makefile: 314; perl: 242
file content (16 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix the path to the manual pages.
Author: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Forwarded: not-needed
Last-Update: 2024-08-21

--- a/utils/vdo/man/Makefile
+++ b/utils/vdo/man/Makefile
@@ -32,7 +32,7 @@ INSTALLFILES= \
 
 INSTALL = install
 INSTALLOWNER ?= -o root -g root
-mandir ?= /usr/man
+mandir ?= /usr/share/man
 
 INSTALLDIR=$(DESTDIR)/$(mandir)