From 663b4920d318841965170fafacd122a55f6546bb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Jan 2021 15:18:29 -0800 Subject: make: fix symlink for git identity on darwin --- Makefile.darwin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.darwin') diff --git a/Makefile.darwin b/Makefile.darwin index 8b573fa..290a48b 100644 --- a/Makefile.darwin +++ b/Makefile.darwin @@ -1,6 +1,6 @@ .PHONY: install-darwin-symlinks install-darwin-symlinks: install-general - $(LN) $(PWD)/config/git/user.work $(HOME)/.config/user - $(LN) $(PWD)/emacs.d $(HOME)/.emacs.d + $(LN) $(PWD)/config/git/user.work $(HOME)/.config/git/user + $(LN) $(PWD)/config/emacs $(HOME)/.emacs.d install: install-darwin-symlinks -- cgit 1.4.1