From 1b84212da560479beac9ce0d2a26123fc167fef0 Mon Sep 17 00:00:00 2001 From: "artnuc.ct9" Date: Thu, 26 Nov 2020 22:35:21 +0400 Subject: [PATCH] create tmp --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db00ea7..70395a0 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ENV?="dev" install: #copy config file from template - cp config.xml.dist config.xml + #cp config.xml.dist config.xml @if [ $(ENV) = "dev" ]; then \ make install_dev; \ fi @@ -63,6 +63,8 @@ frontend: else \ haxe cagetteJs.hxml; \ fi + mkdir -p tmp + chown www-data:www-data tmp #update POT file from source i18n: