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

Jo Shields directhex at moszumanska.debian.org
Mon Nov 30 15:25:16 UTC 2015


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

directhex pushed a commit to annotated tag debian/3.8-0xamarin2
in repository xsp.

commit d04ae653dc4d128cfe05d2c2fe6032b71f92ad3b
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Fri Sep 12 13:25:45 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