From 04fed8e4657d28df3ca947ea34c2a5d8f9ccc02f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 27 Oct 2012 07:28:04 +0200 Subject: [PATCH] no target dir in ln --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c5af2e..64e9b73 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ $(FILES): fi; \ rm -r ~/$@; \ fi; - ln -sf $(RPATH)/$@ ~/$@ + ln -sfT $(RPATH)/$@ ~/$@ $(DOTFILES): @if [[ -e ~/.$@ && ! -L ~/.$@ ]]; then \ @@ -27,4 +27,4 @@ $(DOTFILES): fi; \ rm -r ~/.$@; \ fi; - ln -sf $(RPATH)/$@ ~/.$@ + ln -sfT $(RPATH)/$@ ~/.$@ -- 2.48.1