From e68b9efb73eb84fba180be9dbee5727115e90d45 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 1 Oct 2015 15:11:36 +0200 Subject: [PATCH] antiword: fix multi-arch build We need to `make clean` after x86_64 to be able to build i686. Signed-off-by: Johannes Schindelin --- mingw-w64-antiword/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-antiword/PKGBUILD b/mingw-w64-antiword/PKGBUILD index 3219971d27..b9c937f8e7 100644 --- a/mingw-w64-antiword/PKGBUILD +++ b/mingw-w64-antiword/PKGBUILD @@ -21,6 +21,7 @@ prepare(){ build() { cd "${srcdir}/${_realname}-${pkgver}" + make -f Makefile.Linux clean make -f Makefile.Linux ${_realname} }