From 8f30cf3a47df35dd811d3fa41e8c1f8eeff96b45 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Mon, 31 Aug 2020 12:50:05 +0200
Subject: [PATCH] Changed local module detection to use EPICS_MODULE_TAG
 instead of -loc in the source directory

---
 configure/modules/RULES_E3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure/modules/RULES_E3 b/configure/modules/RULES_E3
index a024e50e..531d1a6d 100644
--- a/configure/modules/RULES_E3
+++ b/configure/modules/RULES_E3
@@ -72,7 +72,7 @@ conf:
 
 .PHONY: init git-submodule-sync $(E3_MODULE_SRC_PATH)  checkout
 
-ifneq (,$(findstring -loc,$(E3_MODULE_SRC_PATH)))
+ifeq (,$(strip $(EPICS_MODULE_TAG)))
 init: 
 	$(QUIET) echo ">> You are in the local source mode."
 	$(QUIET) echo ">> Nothing happens."
-- 
GitLab