summaryrefslogtreecommitdiff
path: root/community/electron2
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-04 09:35:53 +0100
committerErich Eckner <git@eckner.net>2019-01-04 09:35:53 +0100
commit7cd529e8ad608534f2eff73f974d6afeab16d43a (patch)
treeb9255b154bfa199259543ea07350ef8b3ac4ae6a /community/electron2
parent69f3a65f876b79ebfe75d38a50c5f89af9bf813d (diff)
downloadpackages-7cd529e8ad608534f2eff73f974d6afeab16d43a.tar.xz
community/electron, community/electron2: fix target_arch substitution
Diffstat (limited to 'community/electron2')
-rw-r--r--community/electron2/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/electron2/PKGBUILD b/community/electron2/PKGBUILD
index 4f1a6f90..3446fe23 100644
--- a/community/electron2/PKGBUILD
+++ b/community/electron2/PKGBUILD
@@ -10,7 +10,7 @@ eval "$(
'
declare -f build | \
sed '
- s,/bootstrap.py ,\0--target_arch=ia32 ,
+ s,^\s*script/bootstrap.py ,\0--target_arch=ia32 ,
s/-t x64/-t ia32/g
'
)"