kodi: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
2d4f70d003
commit
9fa10014c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user