Skip to content

Commit

Permalink
fix dist tarball relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SpComb committed Dec 3, 2017
1 parent 4549390 commit 0a50d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_arch () {
go build -o $DIST/$dist_arch/bin/$cmd -v github.com/qmsk/e2/cmd/$cmd
done

tar -czvf $DIST/$dist_arch.tar.gz $DIST/$dist_arch/
tar -C $DIST -czvf $DIST/$dist_arch.tar.gz $dist_arch/
}

GOOS=linux GOARCH=amd64 build_arch linux-amd64
Expand Down

0 comments on commit 0a50d63

Please sign in to comment.