From 7fdda5c97d8978b924575258fd857f5a108b4718 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Fri, 6 Nov 2020 12:46:31 +0100 Subject: [PATCH] Added full e3_sitemods_path to uninstall error message for require --- configure/E3/RULES_E3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure/E3/RULES_E3 b/configure/E3/RULES_E3 index 17ec5f39..78d26fc2 100644 --- a/configure/E3/RULES_E3 +++ b/configure/E3/RULES_E3 @@ -38,8 +38,7 @@ uninstall: conf ifeq (,$(strip $(wildcard $(E3_SITEMODS_PATH)/*))) $(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall' else - #$(error Cannot run 'make uninstall': please manually uninstall everything in siteMods, siteApps, and siteLibs.) - $(error Cannot run 'make uninstall': please manually uninstall everything in siteMods) + $(error Cannot run 'make uninstall': please manually uninstall everything in $(E3_SITEMODS_PATH)) endif -- GitLab