commit | 5ac961ea850d0092903437753d8ba416267543c9 | [log] [tgz] |
---|---|---|
author | Russell L Friesenhahn <russellf@utexas.edu> | Wed Apr 21 16:39:04 2021 -0500 |
committer | Russell L Friesenhahn <russellf@utexas.edu> | Wed Apr 21 16:39:04 2021 -0500 |
tree | a3e1fd30b345678eff5b8cc8579ecff55fc556a6 | |
parent | 54d82157dc2344260a4d55353e1536ca0b0bc3a3 [diff] |
Remove submodule from .gitmodules on uninstall
diff --git a/Makefile b/Makefile index 6bd9566..6003c1c 100644 --- a/Makefile +++ b/Makefile
@@ -110,6 +110,7 @@ uninstall: ifeq ($(SUBMODULE),1) git submodule deinit -f $(CARAVEL_ROOT) + sed -ie '/\[submodule \"caravel\"\]/,/\url =/d' .gitmodules rm -rf .git/modules/$(CARAVEL_NAME) git rm -f $(CARAVEL_ROOT) else