Update of /cvsroot/fink/fink/perlmod
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9272/perlmod

Modified Files:
        ChangeLog Fink.pm.in 
Log Message:
add /usr/X11 detection

Index: Fink.pm.in
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink.pm.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Fink.pm.in  11 Jan 2007 03:17:46 -0000      1.5
+++ Fink.pm.in  26 Feb 2007 00:11:07 -0000      1.6
@@ -57,7 +57,7 @@
                umask oct("022");
                
                # set PATH so we find dpkg and *-config scripts
-               $ENV{PATH} = 
"$basepath/sbin:$basepath/bin:/usr/sbin:/sbin:/usr/X11R6/bin:"
+               $ENV{PATH} = 
"$basepath/sbin:$basepath/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/X11/bin:"
                        . $ENV{PATH};
                
                # get rid of CDPATH

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog   3 Jan 2006 20:14:46 -0000       1.3
+++ ChangeLog   26 Feb 2007 00:11:07 -0000      1.4
@@ -1,3 +1,7 @@
+2007-02-25  Benjamin Reed  <[EMAIL PROTECTED]>
+
+       * Fink.pm.in: add /usr/X11/bin to the path
+
 2006-01-03  Daniel Macks  <[EMAIL PROTECTED]>
 
        * Fink.pm.in: updated Copyright notice


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to