diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/man-section.patch')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/man-section.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/man-section.patch b/meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/man-section.patch index e8b92681d5..21c1d1a4eb 100644 --- a/meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/man-section.patch +++ b/meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/man-section.patch | |||
@@ -4,7 +4,7 @@ Index: openssl-1.0.0c/Makefile.org | |||
4 | =================================================================== | 4 | =================================================================== |
5 | --- openssl-1.0.0c.orig/Makefile.org 2010-12-12 16:11:37.000000000 +0100 | 5 | --- openssl-1.0.0c.orig/Makefile.org 2010-12-12 16:11:37.000000000 +0100 |
6 | +++ openssl-1.0.0c/Makefile.org 2010-12-12 16:13:28.000000000 +0100 | 6 | +++ openssl-1.0.0c/Makefile.org 2010-12-12 16:13:28.000000000 +0100 |
7 | @@ -134,7 +134,8 @@ | 7 | @@ -160,7 +160,8 @@ |
8 | MANDIR=/usr/share/man | 8 | MANDIR=/usr/share/man |
9 | MAN1=1 | 9 | MAN1=1 |
10 | MAN3=3 | 10 | MAN3=3 |
@@ -14,7 +14,7 @@ Index: openssl-1.0.0c/Makefile.org | |||
14 | HTMLSUFFIX=html | 14 | HTMLSUFFIX=html |
15 | HTMLDIR=$(OPENSSLDIR)/html | 15 | HTMLDIR=$(OPENSSLDIR)/html |
16 | SHELL=/bin/sh | 16 | SHELL=/bin/sh |
17 | @@ -606,7 +607,7 @@ | 17 | @@ -651,7 +652,7 @@ |
18 | echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \ | 18 | echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \ |
19 | (cd `$(PERL) util/dirname.pl $$i`; \ | 19 | (cd `$(PERL) util/dirname.pl $$i`; \ |
20 | sh -c "$$pod2man \ | 20 | sh -c "$$pod2man \ |
@@ -23,7 +23,7 @@ Index: openssl-1.0.0c/Makefile.org | |||
23 | --release=$(VERSION) `basename $$i`") \ | 23 | --release=$(VERSION) `basename $$i`") \ |
24 | > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ | 24 | > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ |
25 | $(PERL) util/extract-names.pl < $$i | \ | 25 | $(PERL) util/extract-names.pl < $$i | \ |
26 | @@ -623,7 +624,7 @@ | 26 | @@ -668,7 +669,7 @@ |
27 | echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \ | 27 | echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \ |
28 | (cd `$(PERL) util/dirname.pl $$i`; \ | 28 | (cd `$(PERL) util/dirname.pl $$i`; \ |
29 | sh -c "$$pod2man \ | 29 | sh -c "$$pod2man \ |