Merge pull request #1416 from kragniz/src-name

Support src directory name other than cri-o
This commit is contained in:
Daniel J Walsh 2018-03-05 16:53:57 -05:00 committed by GitHub
commit 9f37d3322f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ help:
.gopathok:
ifeq ("$(wildcard $(GOPKGDIR))","")
mkdir -p "$(GOPKGBASEDIR)"
ln -s "$(CURDIR)" "$(GOPKGBASEDIR)"
ln -s "$(CURDIR)" "$(GOPKGDIR)"
endif
touch "$(GOPATH)/.gopathok"