Skip to content
Snippets Groups Projects
Commit 7fdda5c9 authored by Simon Rose's avatar Simon Rose
Browse files

Added full e3_sitemods_path to uninstall error message for require

parent c08f2386
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,7 @@ uninstall: conf ...@@ -38,8 +38,7 @@ uninstall: conf
ifeq (,$(strip $(wildcard $(E3_SITEMODS_PATH)/*))) ifeq (,$(strip $(wildcard $(E3_SITEMODS_PATH)/*)))
$(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall' $(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall'
else 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 $(E3_SITEMODS_PATH))
$(error Cannot run 'make uninstall': please manually uninstall everything in siteMods)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment