kodi: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
2d4f70d003
commit
9fa10014c7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kodi'
|
# Template file for 'kodi'
|
||||||
pkgname=kodi
|
pkgname=kodi
|
||||||
version=19.4
|
version=19.4
|
||||||
revision=1
|
revision=2
|
||||||
_codename="Matrix"
|
_codename="Matrix"
|
||||||
wrksrc="xbmc-${version}-${_codename}"
|
wrksrc="xbmc-${version}-${_codename}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -111,7 +111,7 @@ pre_configure() {
|
||||||
xargs sed -i -e "s;-isystem;-I;g"
|
xargs sed -i -e "s;-isystem;-I;g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. /etc/profile.d/10_openjdk11.sh
|
. /etc/profile.d/openjdk.sh
|
||||||
|
|
||||||
# Build tools needed to run on the host
|
# Build tools needed to run on the host
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue