diff --git a/configure/E3/RULES_E3 b/configure/E3/RULES_E3
index 17ec5f390eda9d5ed3cab23d16d441903e28c2ae..78d26fc2f5529fed40f9b982c4024f6459f7fd07 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