From 56af9f399552ded20c6361d61282a49a4f3f2800 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Sun, 13 Dec 2020 09:26:51 +0100 Subject: [PATCH] Remove webapp/public/... dirs on webapp install --- webapp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/Makefile b/webapp/Makefile index 7e498abcc..b2c55a459 100644 --- a/webapp/Makefile +++ b/webapp/Makefile @@ -11,6 +11,7 @@ PACKAGES = $(addprefix corteza-webapp-,$(addsuffix -$(VERSION).tar.gz,$(ALL all: install install: $(PACKAGES) + rm -rf $(addprefix public/,$(APPS)) mkdir -p $(addprefix public/,$(APPS)) $(TAR) $(TAR_FLAGS) -f corteza-webapp-one-$(VERSION).tar.gz -C public $(TAR) $(TAR_FLAGS) -f corteza-webapp-auth-$(VERSION).tar.gz -C public/auth