From: Petteri Aimonen Date: Sun, 17 Nov 2013 20:25:52 +0000 (+0200) Subject: Linux archive X-Git-Tag: 3.99.1~14^2~292 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8be8b7e41a27b0feb12b75fed42bee34258f1e35;p=apps%2Flow-level-can-service.git Linux archive --- 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 ) +