mirror of https://github.com/perkeep/perkeep.git
make.go: don't put a 'closure' binary (updateclosure) in bin/
This commit is contained in:
parent
58b0d0fa02
commit
3a8dc35241
1
make.go
1
make.go
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue