mage: mkdirall

This commit is contained in:
Cadey Ratio 2017-12-02 15:59:27 -08:00
parent 884cf5a0e2
commit 8b57a92533
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func buildBins(goos, goarch string) {
d := filepath.Join(wd, "./bin")
os.Mkdir(filepath.Join(d, goos, goarch), 0777)
os.MkdirAll(filepath.Join(d, goos, goarch), 0777)
for _, pkg := range []string{"route-httpagent", "route-cli", "routed", "terraform-provider-route"} {
env := []string{"GOOS=" + goos, "GOARCH=" + goarch}