Fri Sep  9 14:56:29 CEST 2005  Zsolt Szalai <[EMAIL PROTECTED]>
  * chkworld - fwmakepkg included
diff -rN -u old-darcs/chkworld new-darcs/chkworld
--- old-darcs/chkworld  2005-09-09 15:47:11.000000000 +0200
+++ new-darcs/chkworld  2005-09-09 14:57:22.000000000 +0200
@@ -148,7 +148,7 @@
        my $info = "Checking for $group/$pkgname-$pkgver... ";
        print $info if $opts{v};
 
-       my $up2date = timeout $time, 'source ./FrugalBuild;if ( `echo 
$up2date|grep -q " "` ); then eval $up2date; else echo $up2date; fi';
+       my $up2date = timeout $time, 'source 
/usr/lib/frugalware/fwmakepkg;source ./FrugalBuild;if ( `echo $up2date|grep -q 
" "` ); then eval $up2date; else echo $up2date; fi';
        chomp $up2date unless $up2date eq 'TIMEOUTED';
 
        if ($up2date eq 'TIMEOUTED') {  

_______________________________________________
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs

Reply via email to