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"