make.go: don't put a 'closure' binary (updateclosure) in bin/

This commit is contained in:
Brad Fitzpatrick 2013-06-18 15:23:45 -07:00
parent 58b0d0fa02
commit 3a8dc35241
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ func mirrorDir(src, dst string) error {
if fi.IsDir() {
if base == "testdata" || base == "genfileembed" ||
strings.HasSuffix(path, "pkg/misc/closure/genclosuredeps") ||
strings.HasSuffix(path, "third_party/closure") ||
(base == "cmd" && strings.Contains(path, "github.com/camlistore/goexif")) {
return filepath.SkipDir
}