From 47eb4d062f628097811a158e4e5f325ef5eb9eea Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 5 Jan 2022 23:13:29 -0500 Subject: [PATCH] I Msipsell wrods somtimes --- lib/shared.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared.mk b/lib/shared.mk index 8f4bcac..c8a0317 100644 --- a/lib/shared.mk +++ b/lib/shared.mk @@ -19,7 +19,7 @@ mk_link := $(LIB_DIR)/helper/mk_link rm_link := $(LIB_DIR)/helper/rm_link report := LAST_RETURN=$$? $(LIB_DIR)/helper/report -# Shortcut for the XDG dir if it exist. default to ~/.confg +# Shortcut for the XDG dir if it exist. default to ~/.config XDG_DIR := $${XDG_CONFIG_HOME:-~/.config}