summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-25 13:33:16 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-25 13:33:16 +0200
commitcefbd4bdc104c7294eba698604af7d9be3ba4330 (patch)
tree9a736b413a499f009e1468306546e6044f62fade
parentfe69d0c85ef257f7d672d77ad2b96fd8fc4fc5cb (diff)
Filter out poor help localizations from help pack installers
-rw-r--r--patches/dev300/instsetoo_native-win32-packaging.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/dev300/instsetoo_native-win32-packaging.diff b/patches/dev300/instsetoo_native-win32-packaging.diff
index b08d52a02..4089d46ad 100644
--- a/patches/dev300/instsetoo_native-win32-packaging.diff
+++ b/patches/dev300/instsetoo_native-win32-packaging.diff
@@ -12,3 +12,16 @@
.ENDIF
.ELSE # "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
ALLTAR : updatepack
+@@ -129,7 +129,11 @@
+
+ ooodevlanguagepack: $(foreach,i,$(alllangiso) ooodevlanguagepack_$i)
+
+-ooohelppack : $(foreach,i,$(alllangiso) ooohelppack_$i)
++goodhelplangs := $(alllangiso)
++
++$(foreach,i,$(WITH_POOR_HELP_LOCALIZATIONS) dog_vomit_slime_mold_$i : $(assign goodhelplangs := $(goodhelplangs:s/$i//)))
++
++ooohelppack : $(foreach,i,$(goodhelplangs) ooohelppack_$i)
+
+ ooodevhelppack: $(foreach,i,$(alllangiso) ooodevhelppack_$i)
+