aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmltv/files/Makefile.PL.patch
blob: 7acc2cbf8caf8dea2bc84a6f78bc496c9cdccd62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
 	}
     }
 }