summaryrefslogtreecommitdiffhomepage
path: root/patches/perl-5.36.0.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/perl-5.36.0.local.patch')
-rw-r--r--patches/perl-5.36.0.local.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/perl-5.36.0.local.patch b/patches/perl-5.36.0.local.patch
new file mode 100644
index 00000000..b56ecc69
--- /dev/null
+++ b/patches/perl-5.36.0.local.patch
@@ -0,0 +1,13 @@
+diff -ru perl-5.36.0.orig/installman perl-5.36.0/installman
+--- perl-5.36.0.orig/installman 2022-10-12 21:41:08.169953621 +0200
++++ perl-5.36.0/installman 2022-10-12 21:59:24.769494586 +0200
+@@ -152,9 +152,7 @@
+ next;
+ }
+
+- if ($^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'cygwin') {
+ $manpage =~ s#::#.#g;
+- }
+ my $tmp = "${mandir}/${manpage}.tmp";
+ $manpage = "${mandir}/${manpage}.${manext}";
+