Commit fc38a57c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
mkdir -p ../go/go/src/github.com/go-bindata/go-bindata
mkdir -p /tmp/gocache
tar xf go-bindata-3.1.3.tar.gz -C ../go/go/src/github.com/go-bindata/go-bindata
mv ../go/go/src/github.com/go-bindata/go-bindata/go-bindata-3.1.3 ../go/go/src/github.com/go-bindata/go-bindata/v3
mkdir -p ../go/go/src/github.com/go-bindata/go-bindata/v3/release
cd ../go/go/src/github.com/go-bindata/go-bindata/v3 && GOCACHE=/tmp/gocache GOPATH=$$(pwd)/../../../../.. ../../../../../bin/go build -o release/go-bindata github.com/go-bindata/go-bindata/v3/go-bindata
cd ../go/go/src/github.com/go-bindata/go-bindata/v3 && install -v -D -m0755 release/* /usr/bin
rm -rf /tmp/gocache
rm -rf ../go/go/src/github.com/mendersoftware
bin
/usr/bin/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment