diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-04 22:44:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-04 22:46:15 +0100 |
commit | acc1d00febdd2222a920c1b824e69783185f5b08 (patch) | |
tree | 23c99c23699dcbe4def9577b72bc062f2aff13ff /Repository.mk | |
parent | eca6f3056de43b2a74108f96df3b55633a486d0b (diff) |
Repository.mk: move conditional to the right place
regression from 139a4b6229905e44f22a0b747ea9c44f30e468f4, thanks _david_
Change-Id: Ifce88cc5dd3dfc252a16407b4141ba2751564171
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 91af2830d64e..970435f2fb5b 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 \ )) |