File udav-help-path.patch of Package mathgl
Index: mathgl-2.4.4+svn1661/udav/udav_wnd.h
===================================================================
--- mathgl-2.4.4+svn1661.orig/udav/udav_wnd.h
+++ mathgl-2.4.4+svn1661/udav/udav_wnd.h
@@ -26,7 +26,7 @@
#ifdef WIN32
#define MGL_DOC_DIR ""
#else
-#define MGL_DOC_DIR "/usr/local/share/doc/mathgl/"
+#define MGL_DOC_DIR "/usr/share/doc/packages/mathgl/"
#endif
#endif
//-----------------------------------------------------------------------------