Update of /cvsroot/lxr/lxr
In directory usw-pr-cvs1:/tmp/cvs-serv1283
Modified Files:
INSTALL
Log Message:
Apply patch from magsilva to correct documentation.
Index: INSTALL
===================================================================
RCS file: /cvsroot/lxr/lxr/INSTALL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- INSTALL 26 Feb 2002 16:18:46 -0000 1.7
+++ INSTALL 29 Jul 2002 01:03:41 -0000 1.8
@@ -59,7 +59,10 @@
Now you have to put the perl modules that LXR uses into a directory on
your system that will be searched by mod_perl when the LXR scripts are
-executed. Execute
+executed. Execute:
+
+ cp /usr/local/lxr/Local.pm /usr/lib/perl5/site_perl/
+ cp -r /usr/local/lxr/lib/LXR /usr/lib/perl5/site_perl
Now you should copy the template files for LXR to your installation
|