Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata

pull/919/head
Matthew McKeen 12 years ago
commit 637fa38286

@ -56,4 +56,5 @@ export XC_OS=$(go env GOOS)
./scripts/compile.sh
# Move all the compiled things to the PATH
cp pkg/${XC_OS}_${XC_ARCH}/* ${GOPATH}/bin
IFS=: MAIN_GOPATH=( $GOPATH )
cp pkg/${XC_OS}_${XC_ARCH}/* ${MAIN_GOPATH}/bin

Loading…
Cancel
Save