[Pkg-mono-svn-commits] [SCM] mono-tools branch, master, updated. debian/2.6.2-3-34-gbfe4225

Jo Shields directhex at apebox.org
Thu May 5 22:22:27 UTC 2011


The following commit has been merged in the master branch:
commit d0e0c44ff6ed50a2ece1c882481dbc396780641e
Author: Jo Shields <directhex at apebox.org>
Date:   Thu May 5 23:10:04 2011 +0100

    Use correct path for monodoc-http

diff --git a/debian/monodoc-http-script b/debian/monodoc-http-script
index ac1b168..3056072 100755
--- a/debian/monodoc-http-script
+++ b/debian/monodoc-http-script
@@ -15,4 +15,4 @@ echo -e "web browser will open http://localhost:$port/ now.\n\n"
 
 (sleep 5; sensible-browser http://localhost:$port/) &
 
-exec xsp4 --root /usr/lib/monodoc/web --port $port --address 127.0.0.1
+exec xsp4 --root /usr/share/monodoc/web --port $port --address 127.0.0.1
diff --git a/debian/monodoc-http.hostxsp4 b/debian/monodoc-http.hostxsp4
index 061d665..bd2dea6 100644
--- a/debian/monodoc-http.hostxsp4
+++ b/debian/monodoc-http.hostxsp4
@@ -1,4 +1,4 @@
 # This is the configuration file
 # for the monodoc-http
-path = /usr/lib/monodoc/web
+path = /usr/share/monodoc/web
 alias = /monodoc

-- 
mono-tools



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