aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-04-28 23:17:07 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-04-28 23:17:07 +0200
commitbf39971b070eba665ebd41982e19a2a3ae79b1d6 (patch)
tree8146e8027ea1c22da9dc25ae80e4a8016a4ccee1
parent60b7419ebf39888556b1503b89612b50b11dc8b1 (diff)
downloadcqrlogo-bf39971b070eba665ebd41982e19a2a3ae79b1d6.tar.gz
cqrlogo-bf39971b070eba665ebd41982e19a2a3ae79b1d6.tar.zst
install config to /etc/httpd/, not /etc/apache/
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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