aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-07-05 17:48:19 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-07-05 17:48:19 +0300
commit8acaea3e20a3744059060c4f8e3d7d65f67936e8 (patch)
tree0564b3d548e678bf62894619966bbe9e04e6942b /node
parente9a6e023714878fb58abdb78c4d0e9708ab74675 (diff)
Another try to fix java magic.
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup-build-android2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/setup-build-android b/node/setup-build-android
index 7b4fba9..9e49e27 100755
--- a/node/setup-build-android
+++ b/node/setup-build-android
@@ -24,7 +24,7 @@ export DEBIAN_FRONTEND=noninteractive
# Ok, we know that first attempt to install Java w/o accepting license will fail,
# so let's start with accepting it right away.
#apt-get install -y sun-java6-jdk ||
-(debconf 'echo SET shared/accepted-sun-dlj-v1-1 true' || true; apt-get install -f -y; apt-get install -y sun-java6-jdk)
+debconf 'echo SET shared/accepted-sun-dlj-v1-1 true' || true; apt-get install -f -y; apt-get install -y sun-java6-jdk
# set java-6-sun as default
update-java-alternatives -s java-6-sun || true