File ooo-build-help-in-usr-share.diff of Package OpenOffice_org-bootstrap
--- patches/dev300/apply
+++ patches/dev300/apply
@@ -1015,6 +1015,10 @@
# Push fonts into the ps stream always
pushfont-psstream.diff, i#84481, michael
+# help is in /usr/share/ooo-2.0/help now
+# FIXME: this should be configurable via ./configure
+officecfg-help-in-usr-share.diff
+
# search also /usr/share for icons
# it is a temporary hack; we should do more clean FHS compliant installation
# we need a good plan before, though ;-)
--- patches/dev300/officecfg-help-in-usr-share.diff
+++ patches/dev300/officecfg-help-in-usr-share.diff
@@ -0,0 +1,31 @@
+--- officecfg/registry/schema/org/openoffice/Office/Common.xcs.old 2008-08-13 11:21:46.000000000 +0200
++++ officecfg/registry/schema/org/openoffice/Office/Common.xcs 2008-08-14 17:24:15.000000000 +0200
+@@ -1489,7 +1489,7 @@ Dymamic border coloring means that when
+ <author>ABI</author>
+ <desc>Specifies the path to the Office help files.</desc>
+ </info>
+- <value>$(instpath)/help</value>
++ <value>/usr/share/ooo3/basis-link/help</value>
+ </prop>
+ <prop oor:name="Linguistic" oor:type="xs:string">
+ <info>
+@@ -1651,7 +1651,7 @@ Dymamic border coloring means that when
+ <info>
+ <desc>Specifies the default directory where Office help files are located.</desc>
+ </info>
+- <value>$(instpath)/help</value>
++ <value>/usr/share/ooo3/basis-link/help</value>
+ </prop>
+ <prop oor:name="Linguistic" oor:type="xs:string">
+ <info>
+--- officecfg/registry/data/org/openoffice/Office/Paths.xcu.old 2008-04-11 15:11:41.000000000 +0200
++++ officecfg/registry/data/org/openoffice/Office/Paths.xcu 2008-08-14 17:25:35.000000000 +0200
+@@ -123,7 +123,7 @@
+
+ <node oor:name="Help" oor:op="fuse" oor:mandatory="true">
+ <node oor:name="InternalPaths">
+- <node oor:name="$(instpath)/help" oor:op="fuse" />
++ <node oor:name="/usr/share/ooo3/basis-link/help" oor:op="fuse" />
+ </node>
+ </node>
+