diff --git a/configure/modules/RULES_PATCH b/configure/modules/RULES_PATCH index 915f9fc3d4e8640e4065986f398db9896acb071f..7af21b0c8656977f9a0aa4f3ffd3c555f7f81e29 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