ports/multimedia/get_iplayer/patches/patch-get_iplayer

18 lines
522 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: get_iplayer
--- get_iplayer.orig
+++ get_iplayer
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# get_iplayer - Lists and records BBC iPlayer TV and BBC Sounds radio programmes
#
@@ -319,6 +319,7 @@ if ( $opt->{encodinglocale} =~ /UTF-?8/i ) {
}
# Copy a few options over to opt so that logger works
+$opt->{packagemanager}= 'pkg_add';
$opt->{debug} = $opt->{verbose} = 1 if $opt_pre->{debug};
$opt->{verbose} = 1 if $opt_pre->{verbose};
$opt->{silent} = $opt->{quiet} = 1 if $opt_pre->{silent};