Update of /cvsroot/fink/experimental/thesin/test/depends/perlmod/Fink
In directory usw-pr-cvs1:/tmp/cvs-serv10829

Modified Files:
        Depends.pm 
Log Message:
This is better, the last one did funny things :)

Index: Depends.pm
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/test/depends/perlmod/Fink/Depends.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Depends.pm  1 Aug 2002 22:20:51 -0000       1.2
+++ Depends.pm  1 Aug 2002 22:27:02 -0000       1.3
@@ -113,7 +113,7 @@
       while (<OTOOL>) {
         chomp();
         next if ("$_" =~ /\:/);                # Nuke first line or errors
-        # next if ("$_" =~ /\/usr\//); # Nuke system links
+        next if ("$_" =~ /\/usr\/lib\/libSystem/);     # Nuke system links
         $_ =~ s/\ \(.*$//;             # Nuke the end
         push(@matches, $_);
       }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to