From 8c3e82e91d8b1a0039f4e69dc20b91297154d45e Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Sun, 4 Mar 2018 01:51:34 +0000 Subject: [PATCH] Support src directory name other than cri-o Signed-off-by: Louis Taylor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 314c8370..4af1bfb6 100644 --- a/Makefile +++ b/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"