antiword: fix multi-arch build

We need to `make clean` after x86_64 to be able to build i686.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2015-10-01 15:11:36 +02:00
parent 5ed2354bf1
commit e68b9efb73

View File

@@ -21,6 +21,7 @@ prepare(){
build() {
cd "${srcdir}/${_realname}-${pkgver}"
make -f Makefile.Linux clean
make -f Makefile.Linux ${_realname}
}