From bf0bd4cf8e0f5c5e401a51c675aab142751bc506 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 20 Oct 2013 18:49:19 +0200 Subject: [PATCH] Fix permission order. refs #4926 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 10acf9881..3edcec5b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ default: # # Installs the whole application w\o httpd configurations # -install: install-config install-basic +install: install-config install-basic ensure-writable-folders # # Installs the whole application w\o configuration