summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch')
-rw-r--r--meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch b/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
index 84d178332d..824b96f6af 100644
--- a/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
+++ b/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
@@ -1,22 +1,22 @@
1From e5126c7167e26f865990dc5f86344602603aa8c6 Mon Sep 17 00:00:00 2001 1From a6d3df9d84463ec500d9d01558ab8a17e824e9e5 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 2 Mar 2015 02:27:55 +0000 3Date: Mon, 2 Mar 2015 02:27:55 +0000
4Subject: [PATCH 01/11] make man install relative to DESTDIR 4Subject: [PATCH 01/10] make man install relative to DESTDIR
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9--- 9---
10 sim/common/Makefile.in | 2 +- 10 sim/common/Make-common.in | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
12 12
13diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in 13diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
14index f713fcaa35b..7c553709d3f 100644 14index 8c2cacea1e5..4a52eef2203 100644
15--- a/sim/common/Makefile.in 15--- a/sim/common/Make-common.in
16+++ b/sim/common/Makefile.in 16+++ b/sim/common/Make-common.in
17@@ -35,7 +35,7 @@ tooldir = $(libdir)/$(target_alias) 17@@ -63,7 +63,7 @@ tooldir = $(libdir)/$(target_alias)
18 datarootdir = @datarootdir@
19 datadir = @datadir@ 18 datadir = @datadir@
19 datarootdir = @datarootdir@
20 mandir = @mandir@ 20 mandir = @mandir@
21-man1dir = $(mandir)/man1 21-man1dir = $(mandir)/man1
22+man1dir = $(DESTDIR)$(mandir)/man1 22+man1dir = $(DESTDIR)$(mandir)/man1
@@ -24,5 +24,5 @@ index f713fcaa35b..7c553709d3f 100644
24 includedir = @includedir@ 24 includedir = @includedir@
25 25
26-- 26--
272.29.2 272.33.1
28 28