]> git.pld-linux.org Git - packages/otrs.git/blame - otrs-apache.patch
- fixed %files
[packages/otrs.git] / otrs-apache.patch
CommitLineData
a477e07d 1--- otrs/scripts/apache2-perl-startup.pl.orig 2004-05-10 12:50:38.000000000 +0000
2+++ otrs/scripts/apache2-perl-startup.pl 2004-10-14 06:32:47.118832088 +0000
3@@ -9,8 +9,8 @@
db13821d
PG
4 # --
5 # set otrs lib path!
6 # --
7-use lib "/opt/otrs/";
8-use lib "/opt/otrs/Kernel/cpan-lib";
a477e07d 9+use lib "/usr/share/otrs/";
db13821d
PG
10+use lib "/usr/share/otrs/Kernel/cpan-lib";
11
12 # pull in things we will use in most requests so it is read and compiled
13 # exactly once
This page took 0.022828 seconds and 4 git commands to generate.