Skip to content

Commit 218eddf

Browse files
committed
Merge remote-tracking branch 'shinji257/master' into build-deps
* 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
2 parents 21e039f + 3fd59e7 commit 218eddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oab-java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ fi
418418

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

424424
# Make sure the required dirs exist.

0 commit comments

Comments
 (0)