Remove spurious patch file. This monodoc startup script is not the one

that is installed.
This commit is contained in:
Tom McLaughlin 2006-01-17 08:40:39 +00:00
parent 2df8552e14
commit c96f09e303
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153711

View file

@ -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