Update of /cvsroot/fink/scripts/buildfink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15271

Modified Files:
        buildfink 
Log Message:
Small FDB tweaks, allow for better subclassing of FinkFDB module

Index: buildfink
===================================================================
RCS file: /cvsroot/fink/scripts/buildfink/buildfink,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- buildfink   5 Apr 2007 01:45:51 -0000       1.56
+++ buildfink   5 Apr 2007 02:41:21 -0000       1.57
@@ -664,8 +664,10 @@
     $path =~ s/ link to.*//;
     $path =~ s/ -> .*//;
     $path =~ s!^\.!!;
+
     next if $FinkDir =~ m!^\Q$path\E!;
     $path =~ s!^\Q$FinkDir\E!%p!;
+
     my($user, $group) = split(m!/!, $owners);
     push @files, {
                  flags => $flags,


-------------------------------------------------------------------------
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