David Edwards
05/19/2021, 9:11 PMsudo make package-builder
go run cmd/make/make.go -targets=deps-go,install-tools
go generate ./pkg/packagekit/... ./pkg/packaging/... ./pkg/osquery/tables/... ./pkg/augeas/...
pkg/packagekit/package_wix.go:21: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
pkg/packagekit/wix/wix_test.go:19: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
pkg/packaging/packaging.go:23: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
pkg/augeas/augeas.go:24: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
make: *** [generate] Error 1
Here's my .bash_profile config:
export GOPATH=/Users/bbadmin/Documents/mycode/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
Any thoughts as to what I'm doing wrong here?zwass
David Edwards
05/19/2021, 9:15 PM