summaryrefslogtreecommitdiff
path: root/recipes/xmltv/files/Makefile.PL.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xmltv/files/Makefile.PL.patch')
-rw-r--r--recipes/xmltv/files/Makefile.PL.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xmltv/files/Makefile.PL.patch b/recipes/xmltv/files/Makefile.PL.patch
new file mode 100644
index 0000000000..7acc2cbf8c
--- /dev/null
+++ b/recipes/xmltv/files/Makefile.PL.patch
@@ -0,0 +1,14 @@
+Index: xmltv-0.5.56/Makefile.PL
+===================================================================
+--- xmltv-0.5.56.orig/Makefile.PL
++++ xmltv-0.5.56/Makefile.PL
+@@ -777,8 +777,7 @@ END
+ die;
+ }
+
+- $info->{install} =
+- ask(0, $msg, not $missing);
++ $info->{install} = not $missing;
+ }
+ }
+ }