Searched refs:BASE_DIR (Results 1 – 2 of 2) sorted by relevance
43 BASE_DIR="$1"50 BIN="$BASE_DIR/eclipse/eclipse" # path to installed binary51 TARGZ="$BASE_DIR/${DOWNLOAD_URL##*/}" # base dir + filename of the download URL54 echo "Downloading and installing Eclipse in $BASE_DIR."55 mkdir -p "$BASE_DIR"58 (cd "$BASE_DIR" && tar xzf "$TARGZ")69 echo "$ECLIPSE_PID" > "$BASE_DIR"/eclipse.pid
86 BASE_DIR=/buildbot/eclipse-android88 echo "ECLIPSE_HOME not set, using $BASE_DIR as default"90 if [ ! -d "$BASE_DIR" ]; then91 …p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. ex…96 BASE_DIR="$BASE_DIR/$VERSION"97 scripts/setup_eclipse.sh -p "$BASE_DIR"99 ECLIPSE_HOME="$BASE_DIR/eclipse" # path to installed directory100 PID_FILE="$BASE_DIR/eclipse.pid"