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:
9e4ac1b
)
Switch to .tar.gz format for Mac OS X packages.
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Wed, 8 Apr 2015 15:38:03 +0000
(18:38 +0300)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Wed, 8 Apr 2015 15:38:03 +0000
(18:38 +0300)
Update issue 154
Status: FixedInGit
tools/make_mac_package.sh
patch
|
blob
|
history
diff --git
a/tools/make_mac_package.sh
b/tools/make_mac_package.sh
index
21cd170
..
32bba5c
100755
(executable)
--- a/
tools/make_mac_package.sh
+++ b/
tools/make_mac_package.sh
@@
-45,5
+45,5
@@
EOF
chmod +x $DEST/generator-bin/protoc
# Tar it all up
-( cd dist;
zip -r $VERSION.zip
$VERSION )
+( cd dist;
tar -czf $VERSION.tar.gz
$VERSION )