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

D. Moonfire dmoonfire-guest at costa.debian.org
Tue Mar 28 20:07:45 UTC 2006


Author: dmoonfire-guest
Date: 2006-03-28 20:07:43 +0000 (Tue, 28 Mar 2006)
New Revision: 2369

Modified:
   mono/trunk/debian/mono.runtime-script
Log:
Fancy indent not needed if we don't show feedback from this script.


Modified: mono/trunk/debian/mono.runtime-script
===================================================================
--- mono/trunk/debian/mono.runtime-script	2006-03-28 19:41:20 UTC (rev 2368)
+++ mono/trunk/debian/mono.runtime-script	2006-03-28 20:07:43 UTC (rev 2369)
@@ -115,8 +115,9 @@
     # relative path to this program (since gacutil doesn't like
     # absolute paths). There isn't a problem of doing too many
     # since we typically run from the root context.
-    my $cmd = "(cd / && /usr/bin/mono /usr/lib/mono/1.0/gacutil.exe /i ./$dll)";
-    print "   ";
+    my $cmd = "(cd / && "
+    	. "/usr/bin/mono /usr/lib/mono/1.0/gacutil.exe /i ./$dll"
+	. " > /dev/null)";
     system($cmd);
 }
 




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