index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/electron/PKGBUILD | 1 |
diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD index aeeaba9b..d1de1835 100644 --- a/community/electron/PKGBUILD +++ b/community/electron/PKGBUILD @@ -9,5 +9,6 @@ eval "$( declare -f build | \ sed ' \,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/ + s/-t x64/-t ia32/ ' )" |