Repository.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3032efc7a2deda527887074690fd9fdbce1325b5
Author: Takeshi Abe <t...@fixedpoint.jp>
Date:   Mon Jun 9 11:14:06 2014 +0900

    fix the error "KDE is not a valid group for executables."
    
    Change-Id: Ic9f545be0d7ed53aed4b08588132d1c7b740313b

diff --git a/Repository.mk b/Repository.mk
index 32af469..9e14103 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -212,7 +212,7 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
        ) \
 ))
 
-$(eval $(call gb_Helper_register_executables_for_install,KDE,kde, \
+$(eval $(call gb_Helper_register_executables_for_install,OOO,kde, \
        $(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
                kdefilepicker \
        ) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to