From cbd5fd7487f5c136602fe98de5bcb2fc0ecf6df5 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Tue, 16 Dec 2014 07:40:32 +0900 Subject: [PATCH] This is a temporary fix to automate shipping via docker --- build/make.go | 1 + 1 file changed, 1 insertion(+) diff --git a/build/make.go b/build/make.go index 385994e..68dabe9 100644 --- a/build/make.go +++ b/build/make.go @@ -123,6 +123,7 @@ func buildBinaries() { goxcArgs := []string{ "-tasks", "xc archive", "-bc", "linux windows darwin", + "-wd", "/work/src/github.com/peco/peco/src/github.com/peco/peco", "-d", os.Args[2], "-resources-include", "README*,Changes", "-main-dirs-exclude", "_demos,examples,build",