diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-17 22:25:52 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:26:58 +0200 |
commit | 8be8b7e41a27b0feb12b75fed42bee34258f1e35 (patch) | |
tree | f0c569cca65d9318fe63d61f878f337b75ee176d /tools | |
parent | 94422ad456a659b2d78cc4956b937e3d1f98a187 (diff) |
Linux archive
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_linux_package.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh index b0ad2dd2..0c8e826b 100755 --- a/tools/make_linux_package.sh +++ b/tools/make_linux_package.sh @@ -36,3 +36,6 @@ chmod +x $DEST/generator-bin/protoc # Make the nanopb generator available as a protoc plugin ln -s nanopb-generator $DEST/generator-bin/protoc-gen-nanopb +# Tar it all up +( cd dist; tar -czf $VERSION.tar.gz $VERSION ) + |