summaryrefslogtreecommitdiff
path: root/multimedia/dvb-apps/files/patch-util_scan_section__generate.pl
blob: 546e2fb60f5599526fa9cd3b3a6de12b911ba7ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- util/scan/section_generate.pl.orig	2014-03-21 19:26:36 UTC
+++ util/scan/section_generate.pl
@@ -4,7 +4,7 @@ use strict;
 
 die "no section perl file given" unless @ARGV;
 
-my $h = require($ARGV[0]);
+my $h = require("./".$ARGV[0]);
 
 our $basename;
 our $debug = $ARGV[1];