instsetoo_native/CustomTarget_install.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8bc12358b3d781970ced4700fc89940d9bcc19fe
Author: David Tardon <[email protected]>
Date:   Thu Jun 20 06:35:11 2013 +0200

    do not try to install helppacks that were not built
    
    Change-Id: I0156c38e71fe46ea599a8366b953d429dfa424bb
    (cherry picked from commit d0db3134653cfc0e3c59e25203728a02865ceead)
    Signed-off-by: Fridrich Å trba <[email protected]>

diff --git a/instsetoo_native/CustomTarget_install.mk 
b/instsetoo_native/CustomTarget_install.mk
index 0962ac8..573b9c6 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))
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to