summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Balbi2020-03-09 13:13:32 +0200
committerFelipe Balbi2020-03-09 13:13:32 +0200
commit7f19b054848adff45554225a452e95f82ef4f305 (patch)
tree1b0e90270496421405c7493235e963344d2980c4 /PKGBUILD
parentc71bb0fb3779008c8fb6bea24a3e1d6bb6893fe7 (diff)
downloadaur-7f19b054848adff45554225a452e95f82ef4f305.tar.gz
Get newer sysroot as well
Signed-off-by: Felipe Balbi <felipe.balbi@microsoft.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0575f18321d1..81af11d53770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ build() {
chmod 755 "${srcdir}"/azurespheresdk/Tools/azsphere_slattach
chmod 755 "${srcdir}"/azurespheresdk/Tools/azsphere_connect.sh
- for sysroot in 3 3+Beta1909; do
+ for sysroot in 3 3+Beta1909 4+Beta2001; do
chmod 755 "${srcdir}"/azurespheresdk/Sysroots/"${sysroot}"/tools/exp23-appsdk-linux-blanca.sh
"${srcdir}"/azurespheresdk/Sysroots/"${sysroot}"/tools/exp23-appsdk-linux-blanca.sh -d "${srcdir}"/azurespheresdk/Sysroots/"${sysroot}"/tools/ -y
done