aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-16 01:47:45 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-16 01:47:45 +0200
commitc6dfa03b44f23b0d1dc8b703663c6ca8601b9dd8 (patch)
tree4d381d0418a8cdb308af8c94f789a6345c02f391 /Makefile
parentd7280beee605bcc98c0cbdf605e9508092278e74 (diff)
downloaddotfiles-c6dfa03b44f23b0d1dc8b703663c6ca8601b9dd8.tar.xz
Makefile: Fix .gnupg symlink..
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"