aboutsummaryrefslogtreecommitdiff
path: root/pack.sh
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-06 15:54:15 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-06 15:54:15 +0900
commit93cbb33a44cae2341043388c29e21f54108cb99a (patch)
treef7ad9f60b86e08e3da19738aaa626719bba4cb51 /pack.sh
parent71161a358e19a4e1a4071ffb205975d870665885 (diff)
Now release package has ckati binary
Diffstat (limited to 'pack.sh')
-rwxr-xr-xpack.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pack.sh b/pack.sh
index 68820f1..1e73d6a 100755
--- a/pack.sh
+++ b/pack.sh
@@ -16,7 +16,7 @@
set -e
-make kati
+make kati ckati
rm -fr out/kati
mkdir out/kati
@@ -24,6 +24,6 @@ git archive --prefix src/ master | tar -C out/kati -xvf -
cd out/kati
rm src/repo/android.tgz
-cp ../../m2n ../../kati .
+cp ../../m2n ../../kati ../../ckati .
cd ..
tar -cvzf ../kati.tgz kati