summaryrefslogtreecommitdiff
path: root/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm
diff options
context:
space:
mode:
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.pm11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000000..2bea6fede08b
--- /dev/null
+++ b/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm
@@ -0,0 +1,11 @@
+--- ./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;