Merge pull request #1416 from kragniz/src-name
Support src directory name other than cri-o
This commit is contained in:
commit
9f37d3322f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ help:
|
|||
.gopathok:
|
||||
ifeq ("$(wildcard $(GOPKGDIR))","")
|
||||
mkdir -p "$(GOPKGBASEDIR)"
|
||||
ln -s "$(CURDIR)" "$(GOPKGBASEDIR)"
|
||||
ln -s "$(CURDIR)" "$(GOPKGDIR)"
|
||||
endif
|
||||
touch "$(GOPATH)/.gopathok"
|
||||
|
||||
|
|
Loading…
Reference in a new issue