From 14ee6e74e9d56e85e140e04b582092df08400ea2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 11 Oct 2018 10:51:45 +0200 Subject: extra/nasm: forgot to disable documentaion building on i486 --- extra/nasm/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra') diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD index 220091bd..c38d4459 100644 --- a/extra/nasm/PKGBUILD +++ b/extra/nasm/PKGBUILD @@ -10,4 +10,10 @@ prepare() { if [ "${CARCH}" = "i486" ]; then # remove ttf-liberation (X packages missing for installing the font) makedepends=(${makedepends[@]//ttf-liberation/}) + + declare -f build | \ + sed ' + /make .*doc/d + ' + )" fi -- cgit v1.2.3