From b5933a508096cb77de8e1fedab23c97aec9d4626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 23 Jan 2017 18:06:59 +0000 Subject: patches/perl-5.22.1.local.patch: fix manpage filename generation (via Redfoxmoon.) --- patches/perl-5.22.1.local.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patches/perl-5.22.1.local.patch diff --git a/patches/perl-5.22.1.local.patch b/patches/perl-5.22.1.local.patch new file mode 100644 index 00000000..765411eb --- /dev/null +++ b/patches/perl-5.22.1.local.patch @@ -0,0 +1,16 @@ +diff -ru perl-5.22.1.orig/installman perl-5.22.1/installman +--- perl-5.22.1.orig/installman 2015-10-17 14:32:14.000000000 +0200 ++++ perl-5.22.1/installman 2017-01-17 16:54:06.004016000 +0100 +@@ -146,9 +146,10 @@ + next; + } + +- if ($^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'uwin' || $^O eq 'cygwin') { ++ #Fix me later? ++ #if ($^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'uwin' || $^O eq 'cygwin' || $^O eq 'midipix') { + $manpage =~ s#::#.#g; +- } ++ #} + my $tmp = "${mandir}/${manpage}.tmp"; + $manpage = "${mandir}/${manpage}.${manext}"; + -- cgit v1.2.3