From 3fd59e7b37b313a71017c09946e5287636f4c038 Mon Sep 17 00:00:00 2001 From: Robert Pendell Date: Wed, 15 Jan 2014 22:19:26 -0500 Subject: [PATCH] restoring the part where we need to install deps reverting a previous bad merge --- oab-java.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oab-java.sh b/oab-java.sh index c732cb4..42d9f9a 100755 --- a/oab-java.sh +++ b/oab-java.sh @@ -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.