Update to use 'go install' instead of 'go get'
[khome.git] / Makefile
index 87aa969..427eaec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ pkgs_void_update:
 # Golang
 #
 pkgs_golang: list pkgs-golang.list
-       go get -u $(shell ./list pkgs-golang.list)
+       go install $(shell ./list pkgs-golang.list)
 
 #
 # Ubuntu
This page took 0.02386 seconds and 4 git commands to generate.