summary refs log tree commit diff
path: root/www/temp.causal.agency
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-25 22:20:01 -0400
committerJune McEnroe <june@causal.agency>2021-09-25 22:20:01 -0400
commit3d38de060db4aa44ea1c4a583c09082a3da74c79 (patch)
tree241bd6e7d1bff96afb1fb286bf9a6770cbc3451e /www/temp.causal.agency
parentClean up up (ugh) somewhat again (diff)
downloadsrc-3d38de060db4aa44ea1c4a583c09082a3da74c79.tar.gz
src-3d38de060db4aa44ea1c4a583c09082a3da74c79.zip
Install up to cgi-bin
Diffstat (limited to 'www/temp.causal.agency')
-rw-r--r--www/temp.causal.agency/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/temp.causal.agency/Makefile b/www/temp.causal.agency/Makefile
index cdcfb644..a69a2b48 100644
--- a/www/temp.causal.agency/Makefile
+++ b/www/temp.causal.agency/Makefile
@@ -1,4 +1,4 @@
-WEBROOT = /usr/local/www/temp.causal.agency
+CGI_BIN = /var/www/cgi-bin
 
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic $$(pkg-config --cflags kcgi)
 LDLIBS = -static $$(pkg-config --static --libs kcgi-html)
@@ -9,7 +9,7 @@ clean:
 	rm -f up
 
 install: up
-	install -m 700 up ${WEBROOT}/up
+	install up ${CGI_BIN}/up
 
 uninstall:
-	rm -f ${WEBROOT}/up
+	rm -f ${CGI_BIN}/up