diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-03 20:35:29 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:26:58 +0200 |
commit | 2b334015afd0bfd1888dc4b08f02778d96b2da8c (patch) | |
tree | 7b966a067bac254c27c2dd94d88ec4a3fc598575 /tools/make_linux_package.sh | |
parent | 435ccbfdf7e48cfd809c41049d9edf4d6c267566 (diff) |
Add packaging script for Mac, add platform name to packages.
Diffstat (limited to 'tools/make_linux_package.sh')
-rwxr-xr-x | tools/make_linux_package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh index fef0254b..342029aa 100755 --- a/tools/make_linux_package.sh +++ b/tools/make_linux_package.sh @@ -42,5 +42,5 @@ EOF chmod +x $DEST/generator-bin/protoc # Tar it all up -( cd dist; tar -czf $VERSION.tar.gz $VERSION ) +( cd dist; tar -czf $VERSION-linux.tar.gz $VERSION ) |