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}