From 6fca0fb7cc9c929f84535268fcebfdb4eb4b62f4 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Wed, 26 Dec 2012 21:58:29 +0100 Subject: Remove an i386 binary making texmacs build fail. --- extra/texmacs/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/texmacs') diff --git a/extra/texmacs/PKGBUILD b/extra/texmacs/PKGBUILD index a85383f60..1d196fe0b 100644 --- a/extra/texmacs/PKGBUILD +++ b/extra/texmacs/PKGBUILD @@ -34,6 +34,9 @@ build() { sed -i '/gtk-update-icon-cache/d' Makefile.in sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in + # Unused i386 binary making strip fail. + rm plugins/maxima/bin/maxima_filter + ./configure --prefix=/usr \ --mandir=/usr/share/man \ --libexecdir=/usr/lib -- cgit v1.2.3-54-g00ecf