summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåvard Pettersson2018-11-19 20:32:37 +0100
committerHåvard Pettersson2018-11-19 20:32:37 +0100
commit842a92c5522cd34d3bad5934ac4e34a19f26910b (patch)
treee2092cfa0da6f75117eae47cd302198ded75a5f7
parent6549fd9f5f99ea96764de467990c3bbf507a0727 (diff)
downloadaur-842a92c5522cd34d3bad5934ac4e34a19f26910b.tar.gz
Work around an upstream build system bug
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9687bb4018e..093123c72e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,8 @@ prepare() {
build() {
cd "$pkgname"
+ # workaround for https://github.com/balena-io/scripts/issues/7
+ export AWS_ACCESS_KEY_ID='' AWS_SECRET_ACCESS_KEY=''
make electron-develop
make webpack
npm prune --production