diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-28 23:17:07 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-28 23:17:07 +0200 |
commit | bf39971b070eba665ebd41982e19a2a3ae79b1d6 (patch) | |
tree | 8146e8027ea1c22da9dc25ae80e4a8016a4ccee1 /Makefile | |
parent | 60b7419ebf39888556b1503b89612b50b11dc8b1 (diff) | |
download | cqrlogo-bf39971b070eba665ebd41982e19a2a3ae79b1d6.tar.gz cqrlogo-bf39971b070eba665ebd41982e19a2a3ae79b1d6.tar.zst |
install config to /etc/httpd/, not /etc/apache/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |