diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template index 4f31f6777a6..c7899994952 100644 --- a/srcpkgs/kodi/template +++ b/srcpkgs/kodi/template @@ -1,7 +1,7 @@ # Template file for 'kodi' pkgname=kodi version=17.6 -revision=3 +revision=4 build_style=cmake configure_args="-DENABLE_INTERNAL_CROSSGUID=OFF" patch_args="-Np1" @@ -48,7 +48,7 @@ esac pre_configure() { # Copy generated files to avoid requiring java. - if [ -n "${_kodi_nojava}" ]; then + if [ "${_kodi_nojava}" ]; then mkdir -p build/build/swig # THESE FILES MUST BE UPDATED WITH EVERY VERSION BUMP!