File tomboy-help-bundle.patch of Package tomboy
Index: tomboy-0.8.0/Tomboy/Defines.cs.in
===================================================================
--- tomboy-0.8.0.orig/Tomboy/Defines.cs.in
+++ tomboy-0.8.0/Tomboy/Defines.cs.in
@@ -10,7 +10,7 @@ namespace Tomboy
public const string VERSION = "@version@";
public const string DATADIR = "@datadir@";
public const string GNOME_LOCALE_DIR = "@datadir@/locale";
- public const string GNOME_HELP_DIR = "@datadir@/gnome/help/tomboy";
+ public const string GNOME_HELP_DIR = "tomboy";
public const string PKGLIBDIR = "@pkglibdir@";
public const string SYS_PLUGINS_DIR = "@pkglibdir@/Plugins";
public const string SYS_ADDINS_DIR = "@pkglibdir@/addins";