[Pkg-mono-svn-commits] rev 3429 - mono/trunk/debian

Mirco Bauer meebey-guest at alioth.debian.org
Sun Nov 4 17:11:25 UTC 2007


Author: meebey-guest
Date: 2007-11-04 17:11:25 +0000 (Sun, 04 Nov 2007)
New Revision: 3429

Modified:
   mono/trunk/debian/mono.runtime-script
Log:
- silence gacutil output



Modified: mono/trunk/debian/mono.runtime-script
===================================================================
--- mono/trunk/debian/mono.runtime-script	2007-11-04 15:52:25 UTC (rev 3428)
+++ mono/trunk/debian/mono.runtime-script	2007-11-04 17:11:25 UTC (rev 3429)
@@ -61,7 +61,7 @@
 	{
 		my $assembly = $_;
 		chomp($assembly);
-		my $cmd = "/usr/bin/mono /usr/lib/mono/1.0/gacutil.exe /u $assembly ";
+		my $cmd = "/usr/bin/mono /usr/lib/mono/1.0/gacutil.exe /u $assembly > /dev/null";
 		my $res = system($cmd);
 		if ($res > 0) {
 			print STDERR "W: removing assembly: $assembly failed!\n";




More information about the Pkg-mono-svn-commits mailing list