From 19267fa29a34bf8a6670449e671fc5de46edfef4 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 5 Feb 2015 10:57:26 -0800 Subject: [PATCH] Create the non-existent directory --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dc2efd584..6c51d6b10 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ checkdeps: @./checkdeps.sh createsymlink: + @mkdir -p $(GOPATH)/src/github.com/minio-io/; @if test ! -e $(GOPATH)/src/github.com/minio-io/minio; then echo "Creating symlink to $(GOPATH)/src/github.com/minio-io/minio" && ln -s $(PWD) $(GOPATH)/src/github.com/minio-io/minio; fi getdeps: checkdeps