From c6dfa03b44f23b0d1dc8b703663c6ca8601b9dd8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 May 2015 01:47:45 +0200 Subject: Makefile: Fix .gnupg symlink.. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92581c8..48a55ee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ install: -ln -s "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv" -ln -sn "$(PWD)/ssh" "$(HOME)/.ssh" - -ln -sn "$(PWD)/gnupg" "$(HOME)/.ssh" + -ln -sn "$(PWD)/gnupg" "$(HOME)/.gnupg" -- cgit v1.2.3-54-g00ecf