Skip to content

Commit

Permalink
Merge remote-tracking branch 'shinji257/master' into build-deps
Browse files Browse the repository at this point in the history
* shinji257/master:
  restoring the part where we need to install deps

That is pull request flexiondotorg#124 which reverts commit
d8fe9fc to fix issue flexiondotorg#122
  • Loading branch information
ladios committed Feb 16, 2014
2 parents 21e039f + 3fd59e7 commit 218eddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oab-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ fi

# Install the Java build requirements
ncecho " [x] Installing Java build requirements "
#apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
pid=$!;progress $pid

# Make sure the required dirs exist.
Expand Down

0 comments on commit 218eddf

Please sign in to comment.