diff --git a/defines.make b/defines.make index 59d745d4cf0..2fb537ce4d8 100644 --- a/defines.make +++ b/defines.make @@ -9,7 +9,7 @@ REPO_PATH := $(realpath $(dir $(lastword $(MAKEFILE_LIST)))) EDITION := raw EDITION_SHORT := cre -ifneq (,$(wildcard $(REPO_PATH)/enterprise)) +ifneq (,$(wildcard $(REPO_PATH)/omd/packages/enterprise)) ENTERPRISE := yes EDITION := enterprise EDITION_SHORT := cee @@ -17,7 +17,7 @@ else ENTERPRISE := no endif -ifneq (,$(wildcard $(REPO_PATH)/cloud)) +ifneq (,$(wildcard $(REPO_PATH)/omd/packages/cloud)) CLOUD := yes EDITION := cloud EDITION_SHORT := cce @@ -25,7 +25,7 @@ else CLOUD := no endif -ifneq (,$(wildcard $(REPO_PATH)/managed)) +ifneq (,$(wildcard $(REPO_PATH)/omd/packages/managed)) MANAGED := yes EDITION := managed EDITION_SHORT := cme @@ -33,7 +33,7 @@ else MANAGED := no endif -ifneq (,$(wildcard $(REPO_PATH)/saas)) +ifneq (,$(wildcard $(REPO_PATH)/omd/packages/saas)) SAAS := yes EDITION := saas EDITION_SHORT := cse