File: debian-user-guide-location.patch

package info (click to toggle)
backup-manager 0.7.14-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,616 kB
  • sloc: sh: 4,041; perl: 1,176; makefile: 213
file content (26 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Sven Joachim <svenjoac@gmx.de>
Date: Thu, 26 Nov 2015 14:32:16 -0800
Subject: debian-user-guide-location

The user guide is installed in /usr/share/backup-manager-doc. This is the
recommended canonical Debian location.

Bug-Debian: http://bugs.debian.org/433011
Bug-Debian: http://bugs.debian.org/528161
---
 doc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 207f21b..10aeaff 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,7 +1,7 @@
 
 BASE	= user-guide
 SOURCE	= $(BASE).sgml
-DEST    = $(DESTDIR)/usr/share/backup-manager/doc
+DEST    = $(DESTDIR)/usr/share/doc/backup-manager-doc
 
 all: pdf txt html
 install: all