From 6f156b6629fb3629e2a74a9de3e098b946e0aadb Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 29 Apr 2011 19:12:32 +0200 Subject: [PATCH] Add mkdir ~/.ssh. --- conf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/Makefile b/conf/Makefile index a22b557..1059894 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -15,7 +15,7 @@ endif all: $(FILES) $(XFILES) install: $(FILES) $(XFILES) - mkdir -p ~/.zfuncs + mkdir -p ~/.zfuncs ~/.ssh for i in $(FILES); do install -m0644 $$i ~/.$$i; done for i in $(XFILES); do install -m0755 $$i ~/.$$i; done