From 8be8b7e41a27b0feb12b75fed42bee34258f1e35 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 17 Nov 2013 22:25:52 +0200 Subject: [PATCH] Linux archive --- tools/make_linux_package.sh | 3 +++ 1 file changed, 3 insertions(+) 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 ) + -- 2.16.6