put back the goose

This commit is contained in:
Matthew Hooker
2017-05-04 20:45:17 -07:00
parent 97892349dd
commit d805f5c8a5
+1 -1
View File
@@ -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/