From c7637228fc904ca5193db2241c09958f341cdf7d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 May 2015 01:47:59 +0200 Subject: Makefile: ln with -f --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48a55ee..6516ed0 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)/.gnupg" + -ln -sf "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv" + -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh" + -ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg" -- cgit v1.2.3-54-g00ecf