diff options
author | Erich Eckner <git@eckner.net> | 2018-06-20 13:24:27 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-20 13:24:27 +0200 |
commit | 612e2549015339fdfa60ec2f5aa7d03f58a756ee (patch) | |
tree | 5a24e5ead9715c8e1f7a97d6e329d9611446dd32 /community/electron | |
parent | a00b099f8a489d7a69d37bc637b61f3ed2945414 (diff) | |
download | packages-612e2549015339fdfa60ec2f5aa7d03f58a756ee.tar.xz |
community/electron: _all_ x64 -> ia32
Diffstat (limited to 'community/electron')
-rw-r--r-- | community/electron/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD index d1de1835..03e55b2f 100644 --- a/community/electron/PKGBUILD +++ b/community/electron/PKGBUILD @@ -9,6 +9,6 @@ eval "$( declare -f build | \ sed ' \,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/ - s/-t x64/-t ia32/ + s/-t x64/-t ia32/g ' )" |