From f9412268163caaed7e51a632d98e31585e4a8a7e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 1 Oct 2017 08:23:45 -0700 Subject: [PATCH] box: don't include lib anymore --- box.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/box.rb b/box.rb index 9f7d620..4a17c95 100644 --- a/box.rb +++ b/box.rb @@ -10,7 +10,6 @@ run "go download" "internal", "proto", "cmd", - "lib", "plugins", "doc", ].each { |x| copy x+"/", "/root/go/src/#{$repoPath}/#{x}" }