packer-freebsd icon indicating copy to clipboard operation
packer-freebsd copied to clipboard

Avoid path constraints to packer binary

Open mcandre opened this issue 8 years ago • 0 comments

Please drop the GOPATH-relative path to packer and just runpacker instead. That way, the packer-freebsd configuration integrates better with multiple ways that packer can be installed, such as via brew install packer. Currently, packer-freebsd requires that packer be installed specifically by go get github.com/hashicorp/packer, which is unnecessarily restrictive.

mcandre avatar Oct 15 '17 16:10 mcandre