From e1434c43d1485e44520ba44582d8305f83a8a241 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Nov 2015 09:30:23 +0100 Subject: [PATCH] kodi: ignore non fatal errors in bootstrap with musl. --- srcpkgs/kodi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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