Remove spurious patch file. This monodoc startup script is not the one
that is installed.
This commit is contained in:
parent
2df8552e14
commit
c96f09e303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153711
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
--- monodoc.in.orig Sun May 1 13:48:01 2005
|
||||
+++ monodoc.in Mon Dec 5 21:50:59 2005
|
||||
@@ -82,7 +82,7 @@
|
||||
fi
|
||||
|
||||
if test -e $monodocdir/browser.exe; then
|
||||
- exec mono --debug $monodocdir/browser.exe $OPTIONS "$@" $REST
|
||||
+ exec mono --debug $monodocdir/browser.exe --no-gecko $OPTIONS "$@" $REST
|
||||
else
|
||||
echo "The monodoc GUI component is not installed. Install it from the mono-tools package."
|
||||
fi
|
Loading…
Reference in a new issue