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

D. Moonfire dmoonfire-guest at costa.debian.org
Mon Mar 27 20:44:55 UTC 2006


Author: dmoonfire-guest
Date: 2006-03-27 20:44:54 +0000 (Mon, 27 Mar 2006)
New Revision: 2367

Modified:
   mono/trunk/debian/mono.runtime-script
Log:
We need to use the full path when/if /usr/bin/gacutil becomes an
alternative.


Modified: mono/trunk/debian/mono.runtime-script
===================================================================
--- mono/trunk/debian/mono.runtime-script	2006-03-27 17:56:01 UTC (rev 2366)
+++ mono/trunk/debian/mono.runtime-script	2006-03-27 20:44:54 UTC (rev 2367)
@@ -115,7 +115,7 @@
     # 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/gacutil /i ./$dll)";
+    my $cmd = "(cd / && /usr/bin/mono /usr/lib/mono/1.0/gacutil.exe /i ./$dll)";
     print "   ";
     system($cmd);
 }




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