mirror of https://github.com/perkeep/perkeep.git
misc/docker: chmod u+x on gensearchtypes.sh
Because docker unpacks the file without its +x, which makes go generate fail when trying to execute it. Change-Id: I9998b849110437c6faff89090f5dbe98fe2f2c9b
This commit is contained in:
parent
cda8c932d6
commit
2f4a94bca6
|
@ -140,6 +140,8 @@ func fetchCamliSrc() {
|
|||
}
|
||||
check(f.Close())
|
||||
}
|
||||
// TODO(mpl): remove once https://camlistore-review.googlesource.com/8146 is in.
|
||||
check(os.Chmod("app/publisher/js/gensearchtypes.sh", 0500))
|
||||
}
|
||||
|
||||
func build() {
|
||||
|
|
Loading…
Reference in New Issue