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:
|
.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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue