put back the goose

pull/4860/head
Matthew Hooker 9 years ago
parent 97892349dd
commit d805f5c8a5
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -54,7 +54,7 @@ IFS=$OLDIFS
# Copy our OS/Arch to the bin/ directory
echo "==> Copying binaries for this platform..."
DEV_PLATFORM="./pkg/${GOOS}_${GOARCH}"
DEV_PLATFORM="./pkg/$(go env GOOS)_$(go env GOARCH)"
for F in $(find ${DEV_PLATFORM} -mindepth 1 -maxdepth 1 -type f); do
cp ${F} bin/
cp ${F} ${MAIN_GOPATH}/bin/

Loading…
Cancel
Save