2011-06-28 09:20:37 +02:00
|
|
|
Index: fontforge-20110222/fontforge/uiutil.c
|
|
|
|
===================================================================
|
|
|
|
--- fontforge-20110222.orig/fontforge/uiutil.c
|
|
|
|
+++ fontforge-20110222/fontforge/uiutil.c
|
|
|
|
@@ -315,6 +315,7 @@ return;
|
2006-12-19 22:57:31 +01:00
|
|
|
fullspec[0] = 0;
|
2011-06-28 09:20:37 +02:00
|
|
|
if ( ! GFileIsAbsolute(file) ) {
|
2006-12-19 22:57:31 +01:00
|
|
|
if ( helpdir==NULL || *helpdir=='\0' ) {
|
|
|
|
+#define DOCDIR "/usr/share/doc/packages/fontforge/docs"
|
|
|
|
#ifdef DOCDIR
|
|
|
|
strcpy(fullspec,DOCDIR "/");
|
|
|
|
#elif defined(SHAREDIR)
|