From ad6773aa898c17886646608dcb35dafc30645033 Mon Sep 17 00:00:00 2001 From: Kiril Vladimirov Date: Sun, 23 Jul 2023 00:26:48 +0300 Subject: [PATCH] Makefile: assume ~/.config/environment.d might be missing --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 046b8d9..01f85c4 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ update: $(MAKE) install env: + mkdir -p ~/.config/environment.d cat $(dotfiles)/sh/environment | awk '/^export/ { gsub(/^export /, ""); print }' > ~/.config/environment.d/dotfiles.conf install: $(ALL:%=install-%) env -- 2.45.2