about summary refs log tree commit diff stats
path: root/bonus/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-12-27 19:10:26 +0100
committerbptato <nincsnevem662@gmail.com>2024-12-27 19:10:26 +0100
commitdff94db8a286d6b863305f84ace65e9806313331 (patch)
treefcd187af4693088a9d6fd692da50467adcab984f /bonus/Makefile
parentabd58fa6ea7271021acb620056516e9129c5ee97 (diff)
downloadchawan-dff94db8a286d6b863305f84ace65e9806313331.tar.gz
CHA_CONFIG_DIR -> CHA_DIR
It isn't really limited to config.  It just happens to be in
XDG_CONFIG_HOME because XDG basedirs suck.

(W3M_DIR works similarly.)
Diffstat (limited to 'bonus/Makefile')
-rw-r--r--bonus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bonus/Makefile b/bonus/Makefile
index 015b46b9..c6910e29 100644
--- a/bonus/Makefile
+++ b/bonus/Makefile
@@ -1,4 +1,4 @@
-CHA_CGI_DIR ?= "$$(cha -r 'pager.extern(`echo "$$CHA_CONFIG_DIR/cgi-bin"`)')"
+CHA_CGI_DIR ?= "$$(cha -r 'pager.extern(`echo "$$CHA_DIR/cgi-bin"`)')"
 
 prefix = /usr/local