SOURCES: lxr-INC.patch (NEW) - INC fix for Local.pm

baggins baggins at pld-linux.org
Wed Feb 22 20:36:13 CET 2006


Author: baggins                      Date: Wed Feb 22 19:36:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- INC fix for Local.pm

---- Files affected:
SOURCES:
   lxr-INC.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/lxr-INC.patch
diff -u /dev/null SOURCES/lxr-INC.patch:1.1
--- /dev/null	Wed Feb 22 20:36:13 2006
+++ SOURCES/lxr-INC.patch	Wed Feb 22 20:36:08 2006
@@ -0,0 +1,11 @@
+--- lxr-0.9.4/genxref~	2004-07-21 22:44:30.000000000 +0200
++++ lxr-0.9.4/genxref	2006-02-22 20:32:25.000000000 +0100
+@@ -16,7 +16,7 @@
+ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 
+ use strict;
+-use lib 'lib';
++use lib '@@DATADIR@@';
+ use Fcntl;
+ use Getopt::Long;
+ use IO::Handle;
================================================================


More information about the pld-cvs-commit mailing list