From 871f00258e53f05c43b5182c3d5c223fc4da301f Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Mon, 7 Jun 2021 10:34:51 +0200
Subject: [PATCH] Improved warning message

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

diff --git a/configure/modules/RULES_PATCH b/configure/modules/RULES_PATCH
index 915f9fc3..7af21b0c 100644
--- a/configure/modules/RULES_PATCH
+++ b/configure/modules/RULES_PATCH
@@ -3,7 +3,7 @@
 
 .PHONY: check_for_old_patches
 check_for_old_patches:
-	$(if $(wildcard $(TOP)/patch/Site/$(E3_MODULE_VERSION_ORIG)-*.p0.patch),$(warning Warning: old-style patches detected. Please move them to patch/Site/$$E3_MODULE_VERSION.))
+	$(if $(wildcard $(TOP)/patch/Site/$(E3_MODULE_VERSION_ORIG)-*.p0.patch),$(warning Warning: old-style patches detected. Please move them to patch/Site/$$E3_MODULE_VERSION/.))
 
 
 ## Apply Patch Files 
-- 
GitLab