summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-01 15:03:24 -0400
committerJune McEnroe <june@causal.agency>2021-10-01 15:03:24 -0400
commit8ca8ae15305eb1e032f8dcee6c03b377afce8741 (patch)
tree821c5ae3817f19aec0ec24c670e9233b73945bd2 /www
parentRemove plan (diff)
downloadsrc-8ca8ae15305eb1e032f8dcee6c03b377afce8741.tar.gz
src-8ca8ae15305eb1e032f8dcee6c03b377afce8741.zip
Change default WEBROOTs to /var/www
Diffstat (limited to '')
-rw-r--r--www/causal.agency/Makefile2
-rw-r--r--www/text.causal.agency/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile
index 95f52120..75849db0 100644
--- a/www/causal.agency/Makefile
+++ b/www/causal.agency/Makefile
@@ -1,4 +1,4 @@
-WEBROOT = /usr/local/www/causal.agency
+WEBROOT = /var/www/causal.agency
 
 FILES = index.html style.css scheme.css scheme.png
 
diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile
index 3695a487..913fc586 100644
--- a/www/text.causal.agency/Makefile
+++ b/www/text.causal.agency/Makefile
@@ -1,4 +1,4 @@
-WEBROOT ?= /usr/local/www/text.causal.agency
+WEBROOT ?= /var/www/text.causal.agency
 LIBEXEC ?= /usr/local/libexec
 
 CFLAGS += -Wall -Wextra
>Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe