From f1ea7e195042b167a6333ddff48df851584cb991 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 2 Apr 2022 22:28:36 -0400 Subject: [PATCH] arduino: fix name of etc/profile.d/10_openjdk*.sh in template --- srcpkgs/arduino/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/arduino/template b/srcpkgs/arduino/template index 19daa0c1b1e..485d24ad5a2 100644 --- a/srcpkgs/arduino/template +++ b/srcpkgs/arduino/template @@ -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"