diff options
Diffstat (limited to 'community')
-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 bd05cbfe..fea35930 100644 --- a/community/electron/PKGBUILD +++ b/community/electron/PKGBUILD @@ -1,6 +1,6 @@ eval "$( declare -f build | \ sed ' - \,^\s*script/bootstrap.py , s/py/py --target_arch=x86/ + \,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/ ' )" |