From cb454a3644fb41c4c1ebaac94b67a8feba6d45c0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 25 Jul 2018 09:39:54 +0200 Subject: community/electron: delete *.a and *.o files - they seem to be compiled with the wrong flags --- community/electron/PKGBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/electron') 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 | \ -- cgit v1.2.3-54-g00ecf