diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
commit | f989b53289cd1370b64ab3a11dc49582601141c4 (patch) | |
tree | 889d592e33bad65a274746ad6c925a69ff19c30c /debian/patches/0014-set-proper-installation-path.patch | |
parent | Adding upstream version 6.05.01. (diff) | |
download | manpages-f989b53289cd1370b64ab3a11dc49582601141c4.tar.xz manpages-f989b53289cd1370b64ab3a11dc49582601141c4.zip |
Adding debian version 6.05.01-1.debian/6.05.01-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0014-set-proper-installation-path.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0014-set-proper-installation-path.patch b/debian/patches/0014-set-proper-installation-path.patch new file mode 100644 index 0000000..3baeb79 --- /dev/null +++ b/debian/patches/0014-set-proper-installation-path.patch @@ -0,0 +1,22 @@ +From: Marcos Fouces <marcos@debian.org> +Date: Thu, 12 May 2022 00:06:17 +0200 +Subject: change installation path in the Makefile. + +Forwarded: not-needed +--- + share/mk/install/_.mk | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/share/mk/install/_.mk b/share/mk/install/_.mk +index 751ab97..bbf4ee2 100644 +--- a/share/mk/install/_.mk ++++ b/share/mk/install/_.mk +@@ -12,7 +12,7 @@ include $(MAKEFILEDIR)/cmd.mk + + + DESTDIR := +-prefix := /usr/local ++prefix := /usr + + datarootdir := $(prefix)/share + docdir := $(datarootdir)/doc |