diff options
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm b/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm deleted file mode 100644 index 2bea6fede08b..000000000000 --- a/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- ./inc/Module/Install/RTx.pm.orig 2014-07-02 03:19:37.000000000 +0100 -+++ ./inc/Module/Install/RTx.pm 2014-07-03 22:52:03.274581922 +0100 -@@ -77,7 +77,7 @@ - my %index = map { $_ => 1 } @INDEX_DIRS; - $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS; - -- my $args = join ', ', map "q($_)", map { ($_, $path{$_}) } -+ my $args = join ', ', map "q($_)", map { ($_, "\${DESTDIR}$path{$_}") } - sort keys %path; - - printf "%-10s => %s\n", $_, $path{$_} for sort keys %path; |