mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
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'
|
||||
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…
Add table
Reference in a new issue