Fix docker packaging without sandbox

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-07-21 09:54:41 +02:00 committed by Robin Gloster
parent 90afb0c10f
commit 19325558f1

View File

@ -137,8 +137,8 @@ rec {
echo "Generate man pages from cobra"
cd ./components/cli
mkdir -p ./man/man1
go build -o /tmp/gen-manpages github.com/docker/cli/man
/tmp/gen-manpages --root . --target ./man/man1
go build -o ./gen-manpages github.com/docker/cli/man
./gen-manpages --root . --target ./man/man1
# Generate legacy pages from markdown
echo "Generate legacy manpages"