From bf39971b070eba665ebd41982e19a2a3ae79b1d6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 28 Apr 2014 23:17:07 +0200 Subject: install config to /etc/httpd/, not /etc/apache/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd1e26b..b6dd27c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # pathes PREFIX := /usr -APACHECONF := /etc/apache/conf/extra/ +APACHECONF := /etc/httpd/conf/extra/ LIGHTTPDCONF := /etc/lighttpd/conf.d/ # commands CC := gcc -- cgit v1.2.3-54-g00ecf