arduino: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
c1e21e8281
commit
f1ea7e1950
@ -1,7 +1,7 @@
|
||||
# Template file for 'arduino'
|
||||
pkgname=arduino
|
||||
version=1.8.19
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64* i686* aarch64* arm*"
|
||||
wrksrc=$pkgname-$version
|
||||
create_wrksrc=yes
|
||||
@ -27,7 +27,7 @@ fi
|
||||
|
||||
do_build() {
|
||||
. /etc/profile.d/apache-ant.sh
|
||||
. /etc/profile.d/10_openjdk8.sh
|
||||
. /etc/profile.d/openjdk.sh
|
||||
|
||||
export CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/lib/jvm/java-1.8-openjdk/include/linux"
|
||||
export CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/lib/jvm/java-1.8-openjdk/include"
|
||||
|
Loading…
Reference in New Issue
Block a user