Fix pre-build script for make package
This patch originally is from https://github.com/elastic/beats/pull/3094
This commit is contained in:
parent
a9bb4a709c
commit
d80cbaf23f
|
@ -46,7 +46,8 @@ fi
|
|||
# with git 1.7
|
||||
git clone https://github.com/tsg/gotpl.git /go/src/github.com/tsg/gotpl
|
||||
mkdir -p /go/src/gopkg.in/yaml.v2
|
||||
cp -r /go/src/github.com/elastic/beats/vendor/gopkg.in/yaml.v2 /go/src/gopkg.in/
|
||||
#cp -r /go/src/github.com/elastic/beats/vendor/gopkg.in/yaml.v2 /go/src/gopkg.in/
|
||||
cp -r $LIBBEAT_PATH/../vendor/gopkg.in/yaml.v2 /go/src/gopkg.in/
|
||||
go install github.com/tsg/gotpl
|
||||
|
||||
# Append doc versions to package.yml
|
||||
|
|
Loading…
Reference in New Issue