From 7cd529e8ad608534f2eff73f974d6afeab16d43a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 Jan 2019 09:35:53 +0100 Subject: community/electron, community/electron2: fix target_arch substitution --- community/electron/PKGBUILD | 2 +- community/electron2/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD index 395d76f9..3446fe23 100644 --- a/community/electron/PKGBUILD +++ b/community/electron/PKGBUILD @@ -10,7 +10,7 @@ eval "$( ' declare -f build | \ sed ' - \,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/ + s,^\s*script/bootstrap.py ,\0--target_arch=ia32 , s/-t x64/-t ia32/g ' )" 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 ' )" -- cgit v1.2.3-54-g00ecf