Repository.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit acc1d00febdd2222a920c1b824e69783185f5b08 Author: Michael Stahl <mst...@redhat.com> Date: Tue Nov 4 22:44:52 2014 +0100
Repository.mk: move conditional to the right place regression from 139a4b6229905e44f22a0b747ea9c44f30e468f4, thanks _david_ Change-Id: Ifce88cc5dd3dfc252a16407b4141ba2751564171 diff --git a/Repository.mk b/Repository.mk index 91af283..970435f 100644 --- a/Repository.mk +++ b/Repository.mk @@ -804,11 +804,11 @@ $(eval $(call gb_Helper_register_packages_for_install,ure,\ ) \ )) -ifeq ($(GUIBASE),unx) $(eval $(call gb_Helper_register_packages_for_install,ooo,\ xmlsec \ )) +ifeq ($(GUIBASE),unx) $(eval $(call gb_Helper_register_packages_for_install,base_brand,\ desktop_sbase_sh \ )) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits