From 645885d134798ff091769c0b69bac49f8f50b8a2 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 8 Oct 2014 12:35:38 +0200 Subject: Create webroot/log if it doesn't exist. mod_log (httpd) gets really sad when trying to create log/error. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a13905..1170f31 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,4 @@ release: cp catlfish.config rel mkdir rel/catlfish cp -r webroot rel/catlfish + test -d rel/catlfish/webroot/log || mkdir rel/catlfish/webroot/log -- cgit v1.1