Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7116/perlmod/Fink

Modified Files:
      Tag: branch_0_29
        Validation.pm 
Log Message:
packages should not write to local though

Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.303.2.4
retrieving revision 1.303.2.5
diff -u -d -r1.303.2.4 -r1.303.2.5
--- Validation.pm       6 Jun 2009 14:25:58 -0000       1.303.2.4
+++ Validation.pm       6 Jun 2009 14:32:45 -0000       1.303.2.5
@@ -1463,7 +1463,7 @@
        # these are used in a regex and are automatically prepended with ^
        # make sure to protect regex metachars!
        my @bad_dirs = ("$basepath/src/", "$basepath/man/", "$basepath/info/", 
"$basepath/doc/", "$basepath/libexec/", "$basepath/lib/locale/", ".*/CVS/", 
".*/RCS/", '.*/\.svn/');
-       my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib local 
opt share var etc src Applications Library\/Frameworks / );
+       my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib opt 
share var etc src Applications Library\/Frameworks / );
        # allow $basepath/Library/ by itself
        # (needed since we allow $basepath/Library/Frameworks)
        push(@good_dirs, "$basepath/Library/\$");


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to