diff options
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 ) |