Fix several very minor consistency issues

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
Upstream-commit: ae61593417bd9bcf3d862f79271c7d5b83c1e6d5
Component: engine
This commit is contained in:
Tianon Gravi
2015-03-17 21:17:28 -06:00
parent 883ebf04a4
commit ef14748f1d
6 changed files with 7 additions and 5 deletions

1
components/engine/hack/make/binary Executable file → Normal file
View File

@ -21,6 +21,7 @@ go build \
$LDFLAGS_STATIC_DOCKER
" \
./docker
echo "Created binary: $DEST/$BINARY_FULLNAME"
ln -sf "$BINARY_FULLNAME" "$DEST/docker$BINARY_EXTENSION"