mirror of
https://github.com/minio/minio.git
synced 2025-02-03 09:55:59 -05:00
Fixing symlink test to not link if file exists
This commit is contained in:
parent
7152712f34
commit
0646e7ae40
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ checkdeps:
|
||||
@./checkdeps.sh
|
||||
|
||||
createsymlink:
|
||||
@if test ! -h $(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
|
||||
@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
|
||||
@go get github.com/tools/godep && echo "Installed godep"
|
||||
|
Loading…
x
Reference in New Issue
Block a user