Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-11-18 00:25:52 +0400
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 22:26:58 +0400
commit8be8b7e41a27b0feb12b75fed42bee34258f1e35 (patch)
treef0c569cca65d9318fe63d61f878f337b75ee176d /tools
parent94422ad456a659b2d78cc4956b937e3d1f98a187 (diff)
Linux archive
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_linux_package.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh
index b0ad2dd..0c8e826 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 )
+