-p to allow multiple runs

This commit is contained in:
Eric House 2012-03-05 19:16:03 -08:00
parent 319c9da258
commit 79be6654dc

View file

@ -59,7 +59,7 @@ git checkout ${TAG}${BRANCH}
cd ./xwords4/android/${VARIANT}
../scripts/setup_local_props.sh
../scripts/arelease.sh --variant ${VARIANT}
mkdir /tmp/releases_${VARIANT}
mkdir -p /tmp/releases_${VARIANT}
cp *.apk /tmp/releases_${VARIANT}
cd $CURDIR