[Lxr-commits] CVS: lxr apache2-require.pl,1.1,1.2
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2009-03-26 17:13:56
|
Update of /cvsroot/lxr/lxr In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29615 Modified Files: apache2-require.pl Log Message: Change paths to match install instructions Index: apache2-require.pl =================================================================== RCS file: /cvsroot/lxr/lxr/apache2-require.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- apache2-require.pl 26 Mar 2009 17:11:58 -0000 1.1 +++ apache2-require.pl 26 Mar 2009 17:13:43 -0000 1.2 @@ -1,6 +1,6 @@ #!/usr/bin/env perl -w -@INC=(@INC,"/home/malcolm/dev/lxr-dev/lxr", - "/home/malcolm/dev/lxr-dev/lxr/lib", - "/home/malcolm/dev/lxr-dev/lxr/lib/Files"); +@INC=(@INC,"/usr/local/lxr", + "/usr/local/lxr/lib", + "/usr/local/lxr/lib/Files"); 1; |