summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Balbi2020-10-27 13:12:11 +0200
committerFelipe Balbi2020-10-27 13:36:42 +0200
commit66271b91b53b7f749e077205606e52c726217872 (patch)
tree2946bda9484e976bc89dc02043648c7294a4a0cf /PKGBUILD
parent1c6e6248b76e0093fb78ccda11db66a40d758375 (diff)
downloadaur-66271b91b53b7f749e077205606e52c726217872.tar.gz
Install toolchain in postinstall
If we try to install toolchain too early, generated package will still refer to build location. Signed-off-by: Felipe Balbi <felipe.balbi@microsoft.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 146abbd80b90..9cb073169323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=azure-sphere-sdk
pkgmajor=20
pkgminor=07
pkgver=${pkgmajor}.${pkgminor}
-pkgrel=1
+pkgrel=2
pkgdesc="Azure Sphere SDK Preview for Linux"
arch=('x86_64')
url="https://aka.ms/AzureSphereSDK"
@@ -38,7 +38,6 @@ build() {
for sysroot in `ls ${srcdir}/azurespheresdk/Sysroots/`; 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
}