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

Modified Files:
        Engine.pm 
Log Message:
another bit of the status update stuff I forgot to commit

Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -d -r1.424 -r1.425
--- Engine.pm   17 Mar 2009 00:09:05 -0000      1.424
+++ Engine.pm   18 Mar 2009 21:24:47 -0000      1.425
@@ -2991,9 +2991,14 @@
                        die "Don't know about operation number $dep->[OP]!\n";
                }
        }
-       &call_queue_add([ $aptget[0], 'phase_fetch_deb', 1, $dryrun, @aptget ])
-               if @aptget;
+
+       if (@aptget) {
+               print "\033]2;pre-fetching binaries with apt-get\007";
+               &call_queue_add([ $aptget[0], 'phase_fetch_deb', 1, $dryrun, 
@aptget ]);
+       }
        
+       print "\033]2;\007";
+
        &call_queue_clear;
 }
 


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to