From ae7614a8f8b70cf44e8f112a7cdf3b7e561a8094 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 7 Aug 2014 08:52:51 +0000 Subject: Fix web server root directory creation. --- mason.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mason.configure b/mason.configure index 8528ad89..1f28a40a 100644 --- a/mason.configure +++ b/mason.configure @@ -89,4 +89,4 @@ ln -s ../mason.service "$ROOT"/etc/systemd/system/multi-user.target.wants/mason. cp mason/httpd.service "$ROOT"/etc/systemd/system/httpd.service ln -s ../httpd.service "$ROOT"/etc/systemd/system/multi-user.target.wants/httpd.service -mkdir -p /srv/mason +mkdir -p "$ROOT"/srv/mason -- cgit v1.2.1