kodi: fix name of etc/profile.d/10_openjdk*.sh in template

This commit is contained in:
classabbyamp 2022-04-02 22:28:40 -04:00 committed by Andrew J. Hesford
parent 2d4f70d003
commit 9fa10014c7
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kodi'
pkgname=kodi
version=19.4
revision=1
revision=2
_codename="Matrix"
wrksrc="xbmc-${version}-${_codename}"
build_style=cmake
@ -111,7 +111,7 @@ pre_configure() {
xargs sed -i -e "s;-isystem;-I;g"
fi
. /etc/profile.d/10_openjdk11.sh
. /etc/profile.d/openjdk.sh
# Build tools needed to run on the host
if [ "$CROSS_BUILD" ]; then