]> git.pld-linux.org Git - packages/rt.git/blame - rt-config.patch
- perl-Starlet not needed anymore
[packages/rt.git] / rt-config.patch
CommitLineData
18831ce3
AM
1--- rt-4.2.0/sbin/rt-server.in~ 2013-09-27 23:02:34.000000000 +0200
2+++ rt-4.2.0/sbin/rt-server.in 2013-10-09 14:33:23.247981874 +0200
3@@ -61,7 +61,7 @@
4 BEGIN { # BEGIN RT CMD BOILERPLATE
ed597f19 5 require File::Spec;
18831ce3 6 require Cwd;
ed597f19
AM
7- my @libs = ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
8+ my @libs = ("/etc/rt3/", "@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
9 my $bin_path;
4c44d1b6 10
ed597f19 11 for my $lib (@libs) {
This page took 0.083394 seconds and 4 git commands to generate.