[Pkg-mono-svn-commits] [xsp] 01/01: Fix libs path (LP: 1293481) (Thanks to Shahid Ali)

Jo Shields directhex at moszumanska.debian.org
Fri Sep 12 12:31:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository xsp.

commit 2f6490dbbb3a55557349ee0b662c4b88124a89ce
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Fri Sep 12 13:30:59 2014 +0100

    Fix libs path (LP: 1293481) (Thanks to Shahid Ali)
---
 debian/mono-server4-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/mono-server4-update b/debian/mono-server4-update
index cd4ed38..66e6510 100755
--- a/debian/mono-server4-update
+++ b/debian/mono-server4-update
@@ -80,7 +80,7 @@ if(-f "$monoserver4_hostfile.tmp") {
     #Prepare the application string
     $applications =~ s/,$//;
     #and the libs..
-    $libs = "/usr/lib/mono/4.0:/usr/lib:$libs"; 
+    $libs = "/usr/lib/mono/4.5:/usr/lib:$libs"; 
     $libs =~ s/:$//;
     #sed the $monoserver4_hostfile to replace the Applications
 #    &replace_applications;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/xsp.git



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