summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-25 09:39:54 +0200
committerErich Eckner <git@eckner.net>2018-07-25 09:39:54 +0200
commitcb454a3644fb41c4c1ebaac94b67a8feba6d45c0 (patch)
treed1bb5b5f8012494fc878cd90e8142d937dd9b6f6 /community
parent4eac2158bbb1e2d01163dd664a46b29e9e4a3a80 (diff)
downloadpackages-cb454a3644fb41c4c1ebaac94b67a8feba6d45c0.tar.xz
community/electron: delete *.a and *.o files - they seem to be compiled with the wrong flags
Diffstat (limited to 'community')
-rw-r--r--community/electron/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD
index 03e55b2f..b8b43791 100644
--- a/community/electron/PKGBUILD
+++ b/community/electron/PKGBUILD
@@ -4,6 +4,7 @@ sha512sums+=('bce6716f88c0ed7acc72f90ef62f7c4a28b88e98d7fc8dcb6abf545eb6ab7de11e
eval "$(
declare -f prepare | \
sed '
+ 2 a find "${srcdir}" \\( '"-name '*.a' -o -name '*.o'"' \\) -delete
3 a patch -Np1 -i "${srcdir}"/allow-i686.patch
'
declare -f build | \