Support src directory name other than cri-o

Signed-off-by: Louis Taylor <louis@kragniz.eu>
This commit is contained in:
Louis Taylor 2018-03-04 01:51:34 +00:00
parent 779e3501f3
commit 8c3e82e91d
No known key found for this signature in database
GPG key ID: 8E81A6DAE13E7098

View file

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