]> git.pld-linux.org Git - packages/rt.git/blame - rt-config.patch
- better changelog
[packages/rt.git] / rt-config.patch
CommitLineData
4c44d1b6
AM
1diff -urN rt-3.4.5.org/bin/webmux.pl.in rt-3.4.5/bin/webmux.pl.in
2--- rt-3.4.5.org/bin/webmux.pl.in 2005-08-24 04:33:47.000000000 +0200
3+++ rt-3.4.5/bin/webmux.pl.in 2006-06-06 14:37:37.330487213 +0200
ed597f19
AM
4@@ -67,7 +67,7 @@
5 # fix lib paths, some may be relative
6 BEGIN {
7 require File::Spec;
8- my @libs = ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
9+ my @libs = ("/etc/rt3/", "@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
10 my $bin_path;
4c44d1b6 11
ed597f19
AM
12 for my $lib (@libs) {
13
This page took 0.130056 seconds and 4 git commands to generate.