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

D. Moonfire dmoonfire-guest at costa.debian.org
Mon Mar 27 17:56:02 UTC 2006


Author: dmoonfire-guest
Date: 2006-03-27 17:56:01 +0000 (Mon, 27 Mar 2006)
New Revision: 2366

Modified:
   mono/trunk/debian/mono.runtime-script
Log:
Updated the script to use /usr/share/cli-common.


Modified: mono/trunk/debian/mono.runtime-script
===================================================================
--- mono/trunk/debian/mono.runtime-script	2006-03-27 17:54:44 UTC (rev 2365)
+++ mono/trunk/debian/mono.runtime-script	2006-03-27 17:56:01 UTC (rev 2366)
@@ -34,7 +34,7 @@
 
 # Get the base file
 my $basename = shift @ARGV;
-my $cligac = "/usr/lib/cli-common/packages.d/$basename.installcligac";
+my $cligac = "/usr/share/cli-common/packages.d/$basename.installcligac";
 
 if (! -f $cligac)
 {
@@ -43,7 +43,7 @@
 }
 
 # Get the base directory
-my $basedir = "/usr/lib/cli-common/packages.d/";
+my $basedir = "/usr/share/cli-common/packages.d/";
 
 # Removing is also simple
 if ($mode eq "remove")




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