diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-12 22:16:45 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-12 22:16:45 +0100 |
commit | 63142c1df889922217f42842420c0593f3f29d63 (patch) | |
tree | 8ab31d47444a881e54435c4bbaad77787f844d04 /recipes/xmltv/files | |
parent | b8e6b2627c2da5b855e8c9951e9023d16e8b7877 (diff) |
xmltv: added some grabbers
Diffstat (limited to 'recipes/xmltv/files')
-rw-r--r-- | recipes/xmltv/files/Makefile.PL.patch | 14 |
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; + } + } + } |