Include platform name in also the directory name in binary pkgs

This commit is contained in:
Petteri Aimonen
2013-12-29 20:25:36 +02:00
parent 2b334015af
commit 26f7341094
3 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
set -e
set -x
VERSION=`git describe --always`
VERSION=`git describe --always`-macosx-x86
DEST=dist/$VERSION
rm -rf $DEST
@@ -45,5 +45,5 @@ EOF
chmod +x $DEST/generator-bin/protoc
# Tar it all up
( cd dist; tar -czf $VERSION-mac.tgz $VERSION )
( cd dist; tar -czf $VERSION.tgz $VERSION )