Support src directory name other than cri-o
Signed-off-by: Louis Taylor <louis@kragniz.eu>
This commit is contained in:
parent
779e3501f3
commit
8c3e82e91d
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…
Reference in a new issue