[Libreoffice-commits] core.git: Repository.mk

Takeshi Abe tabe at fixedpoint.jp
Sun Jun 8 19:16:01 PDT 2014


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

New commits:
commit 3032efc7a2deda527887074690fd9fdbce1325b5
Author: Takeshi Abe <tabe at 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 \
 	) \


More information about the Libreoffice-commits mailing list