diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template index a2fc7ebcac0..1826b5206ce 100644 --- a/srcpkgs/kodi/template +++ b/srcpkgs/kodi/template @@ -50,7 +50,7 @@ pre_configure() { if [ -n "${_kodi_nojava}" ]; then $XBPS_FETCH_CMD http://repo.voidlinux.eu/distfiles/kodi-${version}-generated-addons.tar.xz tar xf kodi-${version}-generated-addons.tar.xz -C ${wrksrc} - BOOTSTRAP_STANDALONE=1 make JAVA=/bin/true SWIG=/bin/true -f codegenerator.mk + BOOTSTRAP_STANDALONE=1 make JAVA=/bin/true SWIG=/bin/true -f codegenerator.mk || true else . /etc/profile.d/10_openjdk.sh BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk