From d2dac490d10f4f79cad358cb31623971cc260d85 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 30 Sep 2012 15:59:49 +0200 Subject: [PATCH] scripts/checkdeps: install package 'default-jre' on ubuntu Signed-off-by: Stephan Raue --- scripts/checkdeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkdeps b/scripts/checkdeps index a2a80b8f8..28664423b 100755 --- a/scripts/checkdeps +++ b/scripts/checkdeps @@ -34,7 +34,7 @@ case $1 in ;; build) deps="gcc g++ sed patch touch tar bzip2 gzip perl cp gawk makeinfo gperf cvs zip unzip mkfontscale diff xsltproc java" - deps_pkg="gcc g++ sed patch fileutils tar bzip2 gzip perl coreutils gawk texinfo gperf cvs zip unzip xutils diff xsltproc sun-java6-jre" + deps_pkg="gcc g++ sed patch fileutils tar bzip2 gzip perl coreutils gawk texinfo gperf cvs zip unzip xutils diff xsltproc default-jre" files="/usr/include/stdio.h /usr/include/ncurses.h" files_pkg="libc6-dev libncurses5-dev" ;;