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:
@@ -21,6 +21,7 @@ prepare(){
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_realname}-${pkgver}"
|
||||
make -f Makefile.Linux clean
|
||||
make -f Makefile.Linux ${_realname}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user