opnsense-ports/multimedia/dvb-apps/files/patch-util_scan_section__generate.pl
Franco Fichtner 2b275ff7bc */*: sync with upstream
Taken from: HardenedBSD
2018-07-13 22:49:27 +02:00

11 lines
280 B
Perl

--- 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];