Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1:/tmp/cvs-serv30112/perlmod/Fink

Modified Files:
        PkgVersion.pm 
Log Message:
py, pl, tcl


Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- PkgVersion.pm       13 Oct 2003 20:17:12 -0000      1.149
+++ PkgVersion.pm       14 Oct 2003 02:34:27 -0000      1.150
@@ -1680,7 +1680,7 @@
        my ($is_prebound, $is_exe, $name);
        find({ wanted => sub {
                # common things that shouldn't be objects
-               return if 
(/\.(bz2|c|cfg|conf|class|cpp|csh|db|dll|gif|gz|h|html|info|ini|jpg|m4|mng|pdf|png|po|sh|tar|txt|wav|xml)$/i);
+               return if 
(/\.(bz2|c|cfg|conf|class|cpp|csh|db|dll|gif|gz|h|html|info|ini|jpg|m4|mng|pdf|pl|png|po|py|sh|tar|tcl|txt|wav|xml)$/i);
                return unless (defined $_ and $_ ne "" and -f $_ and not -l $_);
                return if (readlink $_ =~ /\/usr\/lib/); # don't re-prebind stuff in 
/usr/lib
                #print "\$_ = $_\n";




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to