From 97323235dd9f54c6786fa108d0ad518310544031 Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Sun, 31 Jul 2011 21:02:02 -0400 Subject: [PATCH] Makefile condicional a directorio --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e683ab09..bd264eb8c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ install: - [ -f $(HOME)/.oh-my-zsh ] || ln -v -s $(PWD) $(HOME)/.oh-my-zsh + [ -d $(HOME)/.oh-my-zsh ] || ln -v -s $(PWD) $(HOME)/.oh-my-zsh [ -f $(HOME)/.zshrc ] || ln -v -s $(PWD)/templates/zshrc.zsh-template $(HOME)/.zshrc