diff options
author | David Tardon <dtardon@redhat.com> | 2013-06-20 06:35:11 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2013-06-20 09:13:52 +0200 |
commit | a7d538950185d02a6b950cd1cb2dfd79435f6e21 (patch) | |
tree | d35e732706dcd121b4f9232f7798689ef1c5fef3 | |
parent | 43286d64e6126b0915ae60d89d3177018fe63b9a (diff) |
do not try to install helppacks that were not builtlibreoffice-4.1.0.1-buildfix2
(cherry picked from commit d0db3134653cfc0e3c59e25203728a02865ceead)
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Change-Id: I0156c38e71fe46ea599a8366b953d429dfa424bb
-rw-r--r-- | instsetoo_native/CustomTarget_install.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk index 0962ac8f0a7e..573b9c6262c1 100644 --- a/instsetoo_native/CustomTarget_install.mk +++ b/instsetoo_native/CustomTarget_install.mk @@ -122,7 +122,7 @@ ifeq (,$(filter WNT MACOSX,$(OS))) $(call instsetoo_native_install_command,not-used,en-US,_Test,,$(PKGFORMAT)) endif ifeq (HELP,$(filter HELP,$(BUILD_TYPE))$(filter MACOSX,$(OS))) - $(foreach lang,$(filter-out $(WITH_POOR_HELP_LOCALIZATIONS),$(instsetoo_native_WITH_LANG)), \ + $(foreach lang,$(gb_HELP_LANGS),\ $(call instsetoo_native_install_command,ooohelppack,$(lang),,-helppack,$(PKGFORMAT))) endif ifneq (WNT,$(OS)) |