aboutsummaryrefslogtreecommitdiff
path: root/post_process_dist.sh
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-02-21 14:58:02 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-02-21 14:58:02 -0800
commitff35de3ddd7ff844a72434c6cc76f3c84a852622 (patch)
tree107f3913d977e671a5dada049f27e7ee596f6c06 /post_process_dist.sh
parent7d8564f220de0132764793b42409403d9a9299fc (diff)
downloadprotobuf-ff35de3ddd7ff844a72434c6cc76f3c84a852622.tar.gz
protobuf-ff35de3ddd7ff844a72434c6cc76f3c84a852622.tar.bz2
protobuf-ff35de3ddd7ff844a72434c6cc76f3c84a852622.zip
Include Ruby and JavaNano into dist packages.
Changes the automake to use tar-ustar for tarbal format, which supports filenames exceeding 99-chars. Otherwise Nano source files cannot be distributed. Change-Id: I33e43148e317374cd46417bebb8559e40fac7299
Diffstat (limited to 'post_process_dist.sh')
-rwxr-xr-xpost_process_dist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_process_dist.sh b/post_process_dist.sh
index 733fa088..3c01ed8f 100755
--- a/post_process_dist.sh
+++ b/post_process_dist.sh
@@ -27,7 +27,7 @@ fi
set -ex
-LANGUAGES="cpp java python"
+LANGUAGES="cpp java javanano python ruby"
BASENAME=`basename $1 .tar.gz`
VERSION=${BASENAME:9}