Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
94422ad
)
Linux archive
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 17 Nov 2013 20:25:52 +0000
(22:25 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 29 Dec 2013 18:26:58 +0000
(20:26 +0200)
tools/make_linux_package.sh
patch
|
blob
|
history
diff --git
a/tools/make_linux_package.sh
b/tools/make_linux_package.sh
index
b0ad2dd
..
0c8e826
100755
(executable)
--- 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 )
+