mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Small changes
This commit is contained in:
@@ -25,7 +25,7 @@ export PATH=${DEV_BUNDLE}/bin:${PATH}
|
||||
|
||||
# create avd if necessary
|
||||
if [[ ! $(${ANDROID_BUNDLE}/android-sdk/tools/android list avd | grep -q Name) ]] ; then
|
||||
echo -e "\n" | ${ANDROID_BUNDLE}/android-sdk/tools/android create avd --target 1 --name meteor --abi default/armeabi-v7a --path ${ANDROID_BUNDLE}/meteor_avd/
|
||||
echo -e "\n" | ${ANDROID_BUNDLE}/android-sdk/tools/android create avd --target 1 --name meteor --abi default/armeabi-v7a --path ${ANDROID_BUNDLE}/meteor_avd/ 1>&2
|
||||
fi
|
||||
|
||||
export NODE_PATH="${DEV_BUNDLE}/lib/node_modules"
|
||||
|
||||
@@ -9,7 +9,7 @@ BUNDLE_VERSION="0.1"
|
||||
cd "`dirname "$0"`"/..
|
||||
CHECKOUT_DIR=`pwd`
|
||||
|
||||
UNAME = uname
|
||||
export UNAME=`uname`
|
||||
|
||||
DIR=`mktemp -d -t generate-android-bundle-XXXXXXXX`
|
||||
trap 'rm -rf "$DIR" >/dev/null 2>&1' 0
|
||||
|
||||
Reference in New Issue
Block a user