From d1548fc47a6b2f61ea5ac9eb9a5d9cb9fd407b1f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 28 Dec 2014 03:28:53 -0600 Subject: fix check for java, remove debug information from kodi configure. reported via solidrun forums --- scripts/scan-pkgs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index 6ec73e520..4caf2e78b 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -23,8 +23,8 @@ out=0 . $topdir/.config -if [[ -n $ADK_PACKAGE_XBMC ]]; then - NEED_JAVA="$NEED_JAVA xbmc" +if [[ -n $ADK_PACKAGE_KODI ]]; then + NEED_JAVA="$NEED_JAVA kodi" fi if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then -- cgit v1.2.3